photo

John fredson


Last seen: quasi 4 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
4 Risposte

RANK
269.152
of 301.327

REPUTAZIONE
0

CONTRIBUTI
8 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.234

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.995

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


code loop occur errors
m = 0.5; g = 9.81; F = m*g; theta = 0:50 V = sqrt(2*F/m); vertical = V*sin(theta); pve = V_hi > 0; t_pve = theta(pve); ...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


find data with same name
For this two data file, I need to plot population of each country in population file with correspond death in owid data file , b...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


how to use read variable
May I know how to obtain column of population using readtable?

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How to fit regression
I have a equation y = Ae^-Bx, how to polyfit it and find A and B?

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Question regarding error occured
X = importdata('owid-covid-data_2020-21.csv'); john_data = X.textdata; X_s = string(john_data); data = X.data; d = X_s(:,4...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How to find data
Can I ask how to find variables with the same country name, correspond total death, cases and plot it on the graph which in a hu...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risposto
plot textdata with NaN
T = readtable('owid-covid-data_2020-21.csv'); id_a = strcmp(X.Location,'a'); T1 = T(id_a,:) ; id_A = strcmp(X.Location,'...

quasi 4 anni fa | 0

Risposto
plot textdata with NaN
X = importdata('owid-covid-data_2020-21.csv'); d_tracked = X.textdata(1:32,5); t_case = X.textdata(1:32,6); t_death = X.textd...

quasi 4 anni fa | 0

Domanda


plot textdata with NaN
May I know How to assign a zero to a NaN data in a infinitely long text data how to plot a infitely long text data which cont...

quasi 4 anni fa | 5 risposte | 0

5

risposte

Risposto
covert NaN to zeros
I have a set of struct data, may I know how can I plot it in the subplot?

quasi 4 anni fa | 0

Risposto
covert NaN to zeros
Check for incorrect argument data type or missing argument in call to function 'isnan'. Error in Q1a (line 16) x(isnan(X))=...

quasi 4 anni fa | 0

Domanda


covert NaN to zeros
“These will contain the value ‘NaN’ when imported. You should replace these with a value of zero.“ For a given set of data, it c...

quasi 4 anni fa | 3 risposte | 0

3

risposte