I don't know how to fix "Index exceeds the number of array elements (1)".
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Paris M.
il 11 Feb 2021
Modificato: Paris M.
il 11 Feb 2021
How to fix an "index exceeds the number of array elements (1) error"
0 Commenti
Risposta accettata
Walter Roberson
il 11 Feb 2021
Your y0 is one number subtracted from another, not two numbers. When you want a negative number, put the negative sign immediately beside the number, 1 -1 or else use a comma between elements 1,- 1 but 1 - 1 is subtraction
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Types 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!