필터 지우기
필터 지우기

How to launch a toolbox?

조회 수: 129 (최근 30일)
Elena MEZZAPESA
Elena MEZZAPESA 2020년 2월 3일
댓글: Elena MEZZAPESA 2020년 2월 4일
Hi,
Some self created files in my folders got deleted (forever apparently since MATLAB is not responding to my concern!). I was therefore wondering whether I should use the built-in toolboxes instead then?! My question which I already asked to MATLAB once is how to lauch a toolbox, I still haven't been able to!!!!
Best regards,
Elena MEZZAPESA

답변 (2개)

Image Analyst
Image Analyst 2020년 2월 3일
You don't launch a toolbox. It should just be there, and you just call functions from the toolbox. If you have a collection of your own m-files, you can add that folder to your path if you want. I can't say whether you should use your own version of a function rather than the built-in toolbox functions. They might do different things. I'm sure the MATLAB one will be more robust than yours but maybe yours has different input arguments/options and returns different outputs.

Walter Roberson
Walter Roberson 2020년 2월 3일
Some self created files in my folders got deleted (forever apparently since MATLAB is not responding to my concern!)
MATLAB uses standard operating system interfaces to delete files. It does not save files in some special MATLAB-specific location just in case you want to undelete them: it leaves protections like that to the operating system.
I was therefore wondering whether I should use the built-in toolboxes instead then?!
You should set up automatic backups of your files. If you are using Windows 10 then you might be able to take advantage of File History; https://www.pcworld.com/article/2974385/how-to-use-windows-10s-file-history-backup-feature.html
Note: personally, I do not recommend Acronis's software for Mac due to major limitations on the Mac version.
  댓글 수: 4
Walter Roberson
Walter Roberson 2020년 2월 4일
Acronis is not necessarily cloud storage (though it does offer that): I was storing to a local drive.
If you have Time Machine active then I would recommend using that to restore the files.
Elena MEZZAPESA
Elena MEZZAPESA 2020년 2월 4일
Ok thanks that is indeed what I will do hoping that they didn't enter my external hard drive as they already did once.

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by