Path: news.mathworks.com!not-for-mail
From: "Sadik " <sadik.hava@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: 3D plot problem
Date: Mon, 8 Jun 2009 03:55:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <h0i22o$k2v$1@fred.mathworks.com>
References: <h0aiji$76j$1@fred.mathworks.com> <h0h3tg$qfb$1@fred.mathworks.com>
Reply-To: "Sadik " <sadik.hava@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1244433304 20575 172.30.248.37 (8 Jun 2009 03:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Jun 2009 03:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1666517
Xref: news.mathworks.com comp.soft-sys.matlab:545403


Have you ever used the function view? Maybe that could help. For instance, if you like a view and want to save it, you say:

goodView = view;

Then, when you make another plot and want to use this good view, then you say:

view(goodView);


"Drago Zarkovic" <dragozarkovic@yahoo.com> wrote in message <h0h3tg$qfb$1@fred.mathworks.com>...
> Can someone help please????