How do I add Maple packages to the Extended Symbolic Math Toolbox?

21 ビュー (過去 30 日間)
I would like to add Maple packages to the Extended Symbolic Math Toolbox.

採用された回答

MathWorks Support Team
MathWorks Support Team 2023 年 6 月 5 日
編集済み: MathWorks Support Team 2023 年 6 月 5 日
The procedure to add any package you wish to the Extended Symbolic Math Toolbox is as follows:
If you are using MATLAB R2016a or later, you can easily browse and find what you’re looking for using the Add-On Explorer. More information about the Add-On explorer can be found here:
If you are using MATLAB 2016 or earlier, please use the following:
1. Find the package of interest. For example, you can find many additional packages at the following website:
2. Extract the files in a directory (for example d:\work\MaplePackage\)
3. Run the following code in MATLAB:
maple('libname := "D:/work/MaplePackage", libname:')
 
At this point, if you run the code:
mhelp packageName
 
you will see a list of functions available in that particular package.

その他の回答 (1 件)

Wendy Fullam
Wendy Fullam 2019 年 12 月 12 日
編集済み: Wendy Fullam 2019 年 12 月 12 日
If you are using MATLAB R2016a or later, you can do this without leaving MATLAB.
Whether you need additional toolboxes, apps, hardware support packages, or community submissions, you can easily browse and find what you’re looking for using the Add-On Explorer. Learn more here.
Add-ons extend the capabilities of MATLAB. Find add-ons for your task, no matter what you’re working on.
Try searching for "Maple"!
  1 件のコメント
Pat
Pat 2023 年 6 月 5 日
Thank you Wendy, I have updated the original post to reflect your answer.

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

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by