Could somebody help to export data from MuPAD notebook to *.m flie?
Show older comments
I just need help to export a function build in MuPAD notebook to an Matlab m file. I'll be glad if someone could help me to work out this problem.
Answers (1)
Walter Roberson
on 19 May 2013
0 votes
You can use MuPAD's generate::MATLAB() to convert MuPAD proc's into text form, which you can then write to a file with MuPAD's fprint(); there is an example in the generate::MATLAB documentation.
1 Comment
Andrés Valdéz
on 20 May 2013
Categories
Find more on File Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!