フィルターのクリア

How to draw 3d Line plot

1 回表示 (過去 30 日間)
CHOI HYUNDUK
CHOI HYUNDUK 2019 年 1 月 11 日
回答済み: madhan ravi 2019 年 1 月 11 日
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 日
plot3(time1,7*ones(size(time1)),zeros(ones(size(time1))))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Exploration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by