Subscript assignment mismatch with the use of 'find'
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
The following as commands typed in the command window with the results:
>> X = 0:0.001:1;
>> find(X==0.57)
ans =
Empty matrix: 1-by-0
>> X(571)
ans =
0.5700
I cannot figure out why find doesn't work. I stumbled on it accidentally. This works if choose to find any other number except a special few like 0.47, 0.67, 0.41...
Risposte (3)
Arturo Moncada-Torres
il 31 Ago 2011
1 voto
1 Commento
Paulo Silva
il 31 Ago 2011
+1 vote for mentioning the FAQ
Fangjun Jiang
il 31 Ago 2011
0 voti
floating point comparison!!!
aditya
il 31 Ago 2011
0 voti
1 Commento
Walter Roberson
il 2 Set 2011
Using tolerances is the only practical solution unless you have a system that has extensive interval-arithmetic operations built in. Building in that level of interval-arithmetic is hard!!
Questa domanda è chiusa.
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!