How to draw 3d signal

조회 수: 1 (최근 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개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by