Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: Print command

$
0
0
On 10/16/2012 12:18 AM, Mous wrote:
> I want to safe a figure with high resolution, problem is print command
> doesn't accept predefined string variables , so I have to write the file
> name each time Print it,
>
> I want to embed it in the code so I can print high resolution pictures
> with predefined string variables already in the code !

 From the doc on PRINT...

> print( ... )
> Same as above but this calls PRINT as a MATLAB function instead of
> a MATLAB command. The difference is only in the parenthesized argument
> list. It allows the passing of variables for any of the input
> arguments and is especially useful for passing the handles
> of figures and/or models to print and filenames.


--

Viewing all articles
Browse latest Browse all 19628

Trending Articles