M-File Help: runscript | View code for runscript |
Run an M-file in interactive fashion
runscript(script, options) runs the M-file script and pauses after every executable line in the file until a key is pressed. Comment lines are shown without any delay between lines.
'delay', D | Don't wait for keypress, just delay of D seconds (default 0) |
'cdelay', D | Pause of D seconds after each comment line (default 0) |
'begin' | Start executing the file after the comment line %%begin (default false) |
'dock' | Cause the figures to be docked when created |
'path', P | Look for the file SCRIPT in the folder P (default .) |
'dock' | Dock figures within GUI |
'nocolor' | Don't use cprintf to print lines in color (comments black, code blue) |
© 1990-2014 Peter Corke.