How to solve 'Unrecognized Function or Variable' Error Code
Mostra commenti meno recenti
I have code directly copied from my professor that pulls from five other functions to solve an IVP using Euler method. When I try to run the final code I get the 'Unrecognized function or variable' error. Is this because the final code does not have an actual defined function? 

Risposte (1)
Steven Lord
il 13 Ott 2020
0 voti
Are you trying to run the script from inside the ZIP-file, without extracting it? That won't work. Extract the files to a directory, make the files in that directory accessible to MATLAB (making it your current directory or adding it to the MATLAB path), and then you should be able to run the script.
1 Commento
Sarah Trentacoste
il 13 Ott 2020
Categorie
Scopri di più su Downloads 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!