Using MATLAB Graphics     Search    Help Desk 

Printing MATLAB Graphics


Introduction

MATLAB provides a number of different methods for producing graphical output from figures. These methods include ways to:

The method you use depends on what you want to accomplish. For example, the simplest way to produce output is to choose the Print option from the File menu, but if you want to print from an M-file, you need to use the print command. If you want to produce graphics to use in other applications, there are many options, depending on your platform and the file format you want to use. This chapter discusses all of these methods and provides guidelines for choosing among them.



[ Previous | Help Desk | Next ]