필터 지우기
필터 지우기

How can I use subplot to plot three signals in the same figure?

조회 수: 6 (최근 30일)
signal A
signal B
signal C

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 4일
편집: KALYAN ACHARJYA 2019년 7월 4일
Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

추가 답변 (1개)

vinicius lanziotti
vinicius lanziotti 2019년 7월 4일
No! I want to plot the 3 signals in different axes. Like the figure below:
Capturar.PNG

카테고리

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