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

Re: step function plot in GUI

$
0
0
It seems that step returns a time series object, so it'll be something like

>> tsData = step(Hd);
>> line(AxisHandle,tsData.time,squeeze(tsData.Data));

You may or may not need the squeeze.

Phil.

Viewing all articles
Browse latest Browse all 19628

Latest Images

Trending Articles



Latest Images