cannot use userinput or slopefield?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Chirag Parekh
on 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 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!