From: Misa on
HI everyone..
I am wondering how to produce the same graph using data from workspace to be the same as displayed by scope. I noticed the time is different. Is there any way for me to adjust the time. Your help is greatly appreciated.
From: Misa on
"Misa " <amissa76(a)gmail.com> wrote in message <hk6coi$poi$1(a)fred.mathworks.com>...
> HI everyone..
> I am wondering how to produce the same graph using data from workspace to be the same as displayed by scope. I noticed the time is different. Is there any way for me to adjust the time. Your help is greatly appreciated.

Sorry.... I need to add that I used the ode23t solver for my simulation.
From: Steven Lord on

"Misa " <amissa76(a)gmail.com> wrote in message
news:hk6coi$poi$1(a)fred.mathworks.com...
> HI everyone..
> I am wondering how to produce the same graph using data from workspace to
> be the same as displayed by scope. I noticed the time is different. Is
> there any way for me to adjust the time. Your help is greatly appreciated.

Your simulation should have returned time and state data to the workspace --
if it did, just PLOT that data and change the limits of the axes using the
AXIS function.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


 | 
Pages: 1
Prev: Scatter plot
Next: deconvlucy in 3D failing