Estadística
8 Preguntas
4 Respuestas
CLASIFICACIÓN
269.117
of 301.296
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.225
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.832
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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); ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to use read variable
May I know how to obtain column of population using readtable?
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to fit regression
I have a equation y = Ae^-Bx, how to polyfit it and find A and B?
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaplot 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,'...
casi 4 años hace | 0
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...
casi 4 años hace | 0
Pregunta
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...
casi 4 años hace | 5 respuestas | 0
5
respuestascovert NaN to zeros
I have a set of struct data, may I know how can I plot it in the subplot?
casi 4 años hace | 0
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))=...
casi 4 años hace | 0
Pregunta
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...
casi 4 años hace | 3 respuestas | 0
