Borrar filtros
Borrar filtros

How to linkaxes in simulink ?

1 visualización (últimos 30 días)
Sameer Gadekar
Sameer Gadekar el 23 de Mayo de 2019
We can link axes in Matlab like
ax(1) = subplot(2,1,1);
plot(rand(10,1));
ax(2) = subplot(2,1,2);
plot(1:10);
linkaxes(ax,'x')
clear ax
How to do it in Simulink ?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by