How to draw 3d signal

6 次查看(过去 30 天)
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