unable to find the minimum element
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
PRIYANKA MATHIKSHARA M 16BLC1047
el 22 de Dic. de 2017
Respondida: Walter Roberson
el 22 de Dic. de 2017
Hi, I'm trying to find the minimum element of the array B
>> B
B =
0
15.4119
36.3073
37.6769
my command is
val = min(B);
Unfortunately, i'm getting the following error
Subscript indices must either be real positive integers or logicals.
Error in faceClassifier (line 23)
val = min(B);
what should be the command to find the most minimum element of this column array... ?!
0 comentarios
Respuestas (1)
Walter Roberson
el 22 de Dic. de 2017
At some earlier point, you assigned something to a variable named min
0 comentarios
Ver también
Categorías
Más información sobre Logical 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!