next up previous contents
Next: Final Word Up: MATLAB GUI Tips Collated Previous: Menu Items   Contents

GUI Editing

More efficient work on the code can be done by opening all relevant files in advance. I personally write M-files to open all relevant windows at the start. Set up a file which includes the following lines:

edit <m-file1> <m-file2>...

guide <fig-file1> <fig-file2>...

where of course the files listed are these which are frequently worked upon.



2004-05-19