Clear Filters
Clear Filters

How to draw 3d signal

6 views (last 30 days)
Debasish Jana
Debasish Jana on 8 Apr 2020
Edited: Mehmed Saad on 8 Apr 2020
I want to draw series of signals like this

Accepted Answer

Mehmed Saad
Mehmed Saad on 8 Apr 2020
Edited: Mehmed Saad on 8 Apr 2020
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))

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!