How to install a personnal toolbox for Matlab and simulink
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
My school has a matlab toolbox to run matlab files and functions. For exemple i have to run a matlab file called "TD1.m". I can run this file on my school's computers because the toolbox is already installed in the computers. But when i tried to run this on my computer, it doesn't work. Matlab doesn't recognize a function called "tf".
So naturally i decided to copy and paste the toolbox from the school computers to my computer and use add-ons>Package Toolbox in matlab to install the toolbox. But it doesn't work. Matlab send me multiple errors like "Matlab is unable to monitor the toolbox for updates because the project has to many folders" or "File analysis was cancelled because the following error occured : execution of script Given_script is not supported" for multiple scripts. And eventually when i click on package, it says "Packaging failed" without saying why. Then when i close the Package Toolbox, matlab is completely crashed. I cannot run any matlab file, and i have to close it and open it again.
Please find in this link the zipped toolbox and the "TD1.m" file. The toolbox is heavy (3.5 GygaByte when unzipped). ( )
What should i do to fix this problem please ? The licence i'm using is a campus licence, could it be the problem ? I'm using R2024b matlab.
0 件のコメント
採用された回答
Walter Roberson
2025 年 4 月 17 日
編集済み: Walter Roberson
2025 年 4 月 17 日
Copying a Mathworks toolbox onto a system that is not licensed for it, is illegal.
Copying a Mathworks toolbox onto a system that is licensed for it, is just a bad idea.
You should use Add-On Manager to locate the toolbox and install it if given the option to install it. If given the option to purchase the toolbox... well, that would be the legal approach.
Meanwhile, you should remove the toolbox from dropbox; you are not authorized to post it.
3 件のコメント
Walter Roberson
2025 年 4 月 17 日
編集済み: Walter Roberson
2025 年 4 月 17 日
tf() in particular is part of the Control Systems Toolbox
Note that unless you happened to purchase the MATLAB Student Suite, that there will be a charge for installing Control Systems Toolbox (that particular package happens to be included with the Student Suite)
その他の回答 (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!