Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can calculate mean but not std

1 visualización (últimos 30 días)
alpedhuez
alpedhuez el 13 de Ag. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have a vector A. I can
myavg=mean(A)
myavg=0,3
but
stDev=std(A)
will give
"Array indices must be postiive integers or logical values"
Please advise.

Respuestas (1)

Walter Roberson
Walter Roberson el 13 de Ag. de 2020
You accidentally created a variable named std

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by