fourier.png
I want to draw this kind of figure.
So I made some code like below.
time1 and ak1 is '2500x1' vector.
and 7 is y axix that i want to put.
But it doesn't work well.
What kind of plot should I use in Matlab?
plot3(time1,7,ak1,'Linewidth',1)
hold on

 채택된 답변

madhan ravi
madhan ravi 2019년 1월 11일

0 개 추천

plot3(time1,7*ones(size(time1)),zeros(ones(size(time1))))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

질문:

2019년 1월 11일

답변:

2019년 1월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by