LaTeX Tips
Work with Matlab
- Matlab supports EPS output. Suppose you already have your data plotted in a figure. All you have to do is to use the "Saveas" command:
- saveas(filename, 'ps')
- The figure is then output to the EPS figure with the proper bounding box and ready for use.
Update 02-17-2006