[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: saving plotted graph to a file.
From: |
Ben Abbott |
Subject: |
Re: saving plotted graph to a file. |
Date: |
Wed, 08 May 2013 17:00:53 +0800 |
On May 8, 2013, at 4:53 PM, primi wrote:
> can any1 give me an example??
>
> figure(1)
> plot(dy);
>
> how do i save the graph of 'dy' using print fn to the folder 'C:\Documents
> and Settings\foldr_name'..?
> can i save it as .jpg or .bmp
Spaces in the path may be a problem for Windows.
figure (1)
clf ()
plot (rand (3))
print ("test.jpg")
You can try saving to a patch but, it may not work.
printf ("'C:\Document and Settings\foldr_name\test.jpg")
Ben
- saving plotted graph to a file., primi, 2013/05/08
- Re: saving plotted graph to a file., Jose, 2013/05/08
- Re: saving plotted graph to a file., Isak Delberth Davids, 2013/05/08
- Re: saving plotted graph to a file., primi, 2013/05/08
- Re: saving plotted graph to a file., primi, 2013/05/08
- Re: saving plotted graph to a file.,
Ben Abbott <=
- Re: saving plotted graph to a file., primi, 2013/05/08
- Re: saving plotted graph to a file., Andy Buckle, 2013/05/08
- Re: saving plotted graph to a file., primi, 2013/05/08
- Re: saving plotted graph to a file., Ben Abbott, 2013/05/08
- Re: saving plotted graph to a file., primi, 2013/05/10
- RE: saving plotted graph to a file., Damian Harty, 2013/05/10
- Re: saving plotted graph to a file., Przemek Klosowski, 2013/05/10
- Re: saving plotted graph to a file., Ben Abbott, 2013/05/10
- Message not available
- Re: saving plotted graph to a file., Ben Abbott, 2013/05/14
- Re: saving plotted graph to a file., Andy Buckle, 2013/05/08