フィルターのクリア

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

6 ビュー (過去 30 日間)
vinicius lanziotti
vinicius lanziotti 2019 年 7 月 4 日
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 Center および File ExchangeSubplots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by