フィルターのクリア

How to change xlabel on contour

19 ビュー (過去 30 日間)
Mr noobys
Mr noobys 2019 年 6 月 25 日
回答済み: Santanu Roy 2020 年 12 月 3 日
Hi guys
so i have a plot contour from matrix. the x axis of the contour is time sample. i want to change it to second. how to do it?
im using this code but didnt work
dt=1/fs
ts=0:dt:(length(data)*dt)-dt;
contour(wt,ts);
untitled.jpg

回答 (1 件)

Santanu Roy
Santanu Roy 2020 年 12 月 3 日
dt=1/fs
ts=0:dt:(length(data)*dt)-dt;
contour(wt,ts);
Just add this line after the plot line.
xlabel("second");

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by