Getting error "Subscript indices must either be real positive integers or logical'
Mostra commenti meno recenti
I am getting this error when I run the following commands. Help needed at the earliest.
v=[1 -2 3];
n=norm(v);
1 Commento
Stephan
il 2 Gen 2019
Works for me in R2018a:
>> v=[1 -2 3]
v =
1 -2 3
>> n=norm(v)
n =
3.7417
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!