Could somebody help to export data from MuPAD notebook to *.m flie?
Afficher commentaires plus anciens
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.
Réponses (1)
Walter Roberson
le 19 Mai 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 commentaire
Andrés Valdéz
le 20 Mai 2013
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!