how to install regtools package
2 ビュー (過去 30 日間)
古いコメントを表示
Mohammadfarid ghasemi
2017 年 5 月 5 日
コメント済み: Mohammadfarid ghasemi
2017 年 5 月 5 日
I have downloaded the regtools package, but it contains so many m.files. Should I run and save every code separately? Is there any more simple way to install the whole package?
Thank you for yous help
0 件のコメント
採用された回答
Bjorn Gustavsson
2017 年 5 月 5 日
That is(might be) a toolbox with a number of useful functions for solving and anlysing inverse problems, typically you should put that file somewhere "intelligently", so that you have all your toolboxes in a neat and organized structure. I do this by putting them in a separate directory in my matlab directory and then put in a line in my startup.m-file. Thisly:
in a standard shell: > mv regtools ~/matlab/Local/Numerics/regtools
into startup.m: addpath /home/bjorn/matlab/Local/Numerics/regtools -end
startup.m should reside in /home/bjorn/matlab/
HTH
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!