Borrar filtros
Borrar filtros

Plot browser: where is property editor lineseries

1 visualización (últimos 30 días)
Rakesh Jain
Rakesh Jain el 30 de Mayo de 2017
Editada: Rakesh Jain el 31 de Mayo de 2017
I am plotting step response of 7 transfer function in matlab R2016b. I want to select each of them individually. When I open plot browser it shows only
Axes(no title)
It does not provide option to select individual plots. Like ----g1 ----g2 How should i do it. I want to select individual plots and change their properties like font color,marker etc
In other words, I have made a step response of 7 transfer function. Where can I find the property editor -lineseries option. When I click on graph, I get property editor- waveform option
  2 comentarios
Adam
Adam el 30 de Mayo de 2017
If you keep the handles of the plotted objects you can just edit these.
Rakesh Jain
Rakesh Jain el 31 de Mayo de 2017
Editada: Rakesh Jain el 31 de Mayo de 2017
I did this. Still not able to get
sys1 = tf([1],[1 3 2])
h1=stepplot(sys1)
hold on
sys2 = tf([1.1],[1.1 3.1 2.2])
h2 = stepplot(sys2)
What shall I do ?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by