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

 채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2017년 5월 5일

0 개 추천

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

댓글 수: 1

Mohammadfarid ghasemi
Mohammadfarid ghasemi 2017년 5월 5일
Thank you so much for your response. I am afraid that I can not repeat your algorithm. I would be really appreciated if you kindly elaborate your idea more clearly.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Downloads에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by