11-25-2020 07:41 AM
12-07-2020 09:12 PM
Perhaps I didnot describe the problem properly.
I mean, in the Mathscript node, the command 'figure' should work normally, however, when the .exe file is generated, no figure can appear anymore.
I wonder what the '.exe' engine did to the mathscript node.
Any discussion is welcome.
12-07-2020 10:54 PM
Or, is there any other method to monitor the parameters in the Mathscript Node in time?
For example,
for i = 1:100
pause(1);
end
How to display the "i" in time?