photo

Nathan


Last seen: 9 giorni fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
299.615
of 300.392

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Making a table from data using rec
I am trying to use this code to create a table of when the data is in recession (when the value of q(x)>q(x-1)). However I do no...

10 giorni fa | 3 risposte | 0

3

risposte

Domanda


Finding if the current data value is greater than the previous value
I have formed a table of 1 column and many rows and I am trying to findout if the value in the current row is greater than the p...

12 giorni fa | 1 risposta | 0

1

risposta

Domanda


Counting the number 6s rolled from a dice
I was trying to get my code to count the number of 6s rolled from 1000 attempts from a dice however it keeps saying it has not r...

16 giorni fa | 1 risposta | 0

1

risposta

Domanda


Issues creating a scatter graph
I was trying to make a scatter graph for the data I had with the code shwon below: A= readtable("query.csv"); Depth= A(:,4); ...

23 giorni fa | 2 risposte | 0

2

risposte

Domanda


How to I plot a graph from this data
I have been trying to plot VPV by Depth in the code below: A= readtable("PREM.txt"); Radius = A(:,1); Density= A(:,2); VPV= ...

24 giorni fa | 1 risposta | 0

1

risposta