How to draw 3d signal

2 ビュー (過去 30 日間)
Debasish Jana
Debasish Jana 2020 年 4 月 8 日
編集済み: Mehmed Saad 2020 年 4 月 8 日
I want to draw series of signals like this

採用された回答

Mehmed Saad
Mehmed Saad 2020 年 4 月 8 日
編集済み: Mehmed Saad 2020 年 4 月 8 日
figure,plot3(1*ones(1,10),1:10,randn(1,10))
hold on,plot3(2*ones(1,10),1:10,randn(1,10))
hold on,plot3(3*ones(1,10),1:10,randn(1,10))

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by