Call Matlab function inside MuPAD

2 views (last 30 days)
bilal javed
bilal javed on 2 Feb 2019
Commented: Walter Roberson on 2 Feb 2019
hello! I am working on Mupad file and I need to use a *.m file for further calculation, Is there someway to call that function inside mupad. Any suggestions?

Answers (1)

bilal javed
bilal javed on 2 Feb 2019
Problem Solved for my case, I convert my MuPAD file into Live script and call function from there.
It takes a lot of time to make correction in Live script because of conversion from MuPAD to LiveScript, but live script is easy to handle.
Still wonder if there is a way to call loacl_function.m in MuPAD
  2 Comments
madhan ravi
madhan ravi on 2 Feb 2019
I would rather suggest you to use MATLAB instead of Mupad because it‘s going to be removed in the future releases.
Walter Roberson
Walter Roberson on 2 Feb 2019
MuPAD notebooks are being removed but not MuPAD itself.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!