フィルターのクリア

how can i install a matlab toolbox?

1 回表示 (過去 30 日間)
fariba amini
fariba amini 2016 年 4 月 25 日
回答済み: John D'Errico 2016 年 4 月 25 日
i am using matlab 2015,ineeed a function which is not on matlab2015.it is on matlab 2016.how can i use this function? i really need it

回答 (2 件)

John D'Errico
John D'Errico 2016 年 4 月 25 日
You cannot do so. I.e., you cannot use a newer toolbox for an old MATLAB release. Even if you want only one function from that new toolbox, it simply will not work.
So IF you truly, desperately need some new functionality, you must do one of these things:
1. Upgrade your MATLAB release to the current version.
2. Write the code yourself.
3. Find somebody who has already written what you need and posted it on the file exchange.
4. Find a way to solve your problem in a completely different way that does not use that functionality.
Option 1 is clearly the simplest, but not always an option for all people.

hosse
hosse 2016 年 4 月 25 日
Save the function in the current folder/path.
  1 件のコメント
John D'Errico
John D'Errico 2016 年 4 月 25 日
Your answer is not relevant. The question is how to use a function from a newer version of MATLAB.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by