Borrar filtros
Borrar filtros

Get 'min' of data

1 visualización (últimos 30 días)
Diah
Diah el 12 de Dic. de 2012
I want to get minimum value of data. But the result like this:
>> aaa=[0.517651798424649;0.52533232110199]
aaa =
0.517651798424649
0.52533232110199
>> [v di]=min(aaa)
??? Indexing cannot yield multiple results.
What should I do?

Respuesta aceptada

Matt J
Matt J el 12 de Dic. de 2012
Editada: Matt J el 12 de Dic. de 2012
Clear the variable named "min" from your workspace. Better yet, rename it to something that isn't also the name of a MATLAB function.
  1 comentario
Diah
Diah el 12 de Dic. de 2012
ok thx Matt. Done! :-)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by