필터 지우기
필터 지우기

How to linkaxes in simulink ?

조회 수: 1 (최근 30일)
Sameer Gadekar
Sameer Gadekar 2019년 5월 23일
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 ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by