cannot use userinput or slopefield?
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Chirag Parekh
2017 年 1 月 27 日
'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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!