How to draw 3d signal
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to draw series of signals like this
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!