Syncronize Mupad Notebook with an Matlab Command in a loop
1 回表示 (過去 30 日間)
古いコメントを表示
Hi. I Am working on a code that sets variables with setVar in a Mupad and then needs to get the outputs of that file by calling getVar. The Problem is, that i doing this in a for loop and cannot get the Mupad notebook synchronized without stopping the loop and pressing valuate all directly in Mupad. This is not an option though, because my look has around 50k iterations.
Is there a matlab command which allows me to evaluate/synchronize a mupad notebook?
Kind regards Sascha Thomsen
0 件のコメント
回答 (1 件)
Stephen Carter
2013 年 10 月 11 日
In R2013b, there is now "evaluateMuPADNotebook". http://www.mathworks.com/help/symbolic/release-notes.html
This may help you solve your problem: http://www.mathworks.com/help/symbolic/evaluate-mupad-notebooks-from-matlab.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!