the acos funtion will not accept negagive numbers (e.g. -075) . WHY?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Timothy Goldsmith
il 6 Mar 2017
Commentato: Timothy Goldsmith
il 7 Mar 2017
>> x = -1:.05:1;
plot(x,acos(x))
grid on
Subscript indices must either be real positive integers or logicals.
0 Commenti
Risposta accettata
Walter Roberson
il 6 Mar 2017
You have either defined a variable named "acos" or a variable named "plot"
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Pole and Zero Locations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!