|
Hi all,
I have a mupad notebook that I want to access from matlab. I create a handle to the notebook:
nb=mupad('test_nb.mn');
I know I need to synchronize the mupad notebook with its engine before I can access any of the equations I have in there. All the documentation I read says to go into the notebook menu and choose 'evaluate all'. And it I do this, it works fine.
My question is: is there a way to automatically get the notebook to synch so that I can call a bunch of stuff from matlab without having to stop and do "evaluate all" from the notebook menu? or if not automatically, is there a function call or something that I can put in my matlab script to make the notebook synch with its engine?
thanks,
melissa
|