Obtain step data in plotting
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Normally we used 'step' command to simulate the step response graph.
May I know anyway to obtain the plotting data points for y-axis and x-axis results from 'step'?
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 6 de Dic. de 2012
a=rss;
[Y,T,X]=step(a);
2 comentarios
Fangjun Jiang
el 6 de Dic. de 2012
Hi, Jan! How are you! Nice to have a little time in December to answer a few questions.
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!