Subscript indices must either be real positive integers or logicals
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a strange problem with MATLAB. I wrote a algorithm and finally gave the epsss values answer as shown in the picture below. But when I try to get Max from it, it gives an error!!!!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1250597/image.png)
0 Commenti
Risposta accettata
Stephen23
il 3 Gen 2023
You have created a variable in the workspace named MAX.
You need to CLEAR that variable from the workspace, then try again.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Whos 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!