cannot use userinput or slopefield?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I get my matlab software to perform input and slopefield? I use R2016a.
I dont think my software of matlab has the files because I entered "help slopefield" and "help input" and the command window outputs "No help found for slopefield.m" and the same for input. On other computers, it works fine.
0 Kommentare
Antworten (1)
Chirag Parekh
am 27 Jan. 2017
'input' is in base MATLAB and it should work with your MATLAB installation. If it does not try this
>> restoredefaultpath
>> savepath
I do not think slopefield is a function/file shipped with MATLAB. It might be a custom file/function written by someone.
which -all slopefield
should give you the path of shopefield on computers on which you are able to use it.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!