photo

siya lolo


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
70.251
of 300.847

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.094

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.279

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I want to plot a histogram with the following code, but it's not giving me the desired output?
x = [1 2 3 4 5]; y = [40.13 23.14 16 11.03 9.73]; hist(x,y) tittle('Duration of ridging anticyclones') xlabel = (('number of...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hi everyone. the following code is giving me an error, "Subscript indices must either be real positive integers or logicals" at line 16, please help me resolve it
A = load('my_dates.txt'); for iLength = 1:56 if iLength < 10 label = sprintf('0%s',num2str(iLength)); else ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hi everyone, i need help. When I run my script, i don't get an error message all I get from the command line is 'Lab 1: no data', what might be the problem with my script?
for iLength = 1:42 if iLength < 10 label = sprintf('0%s',num2str(iLength)); else label = num2s...

más de 7 años hace | 0 respuestas | 0

0

respuestas

0

respuestas

Pregunta


I am creating a date file using the following script, i want it to print DATES[] in the file my_dates.txt but it's only printing one date which is 2.0171e+09, that is when i type A(1,1)...i pleading for help?
for iy = 2005:2017 yr = num2str(iy); for im = 1:12 if im < 10 mn = sprintf('0%s',num2s...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
fn=sprintf('ridging_daily_evolution_1980.txt'); A=load(fn); [m,n]=size(A); for i=1:m-1 DUR=A(i,5...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Error using fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
for i=1:m-1 if A(i,5)~=0 && A(i+1,5)==0 DUR=A(i,5); if DUR ~=1 DATE=A(i-(DUR-...

más de 7 años hace | 0

Pregunta


Error using fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
Hi everyone, am getting this error message and i don't know how to fix it. B = [STR_DATE,num2str(lon),num2str(lat...

más de 7 años hace | 2 respuestas | 0

2

respuestas