How can I convert x-axis (cycle or day) to x-axis (frequency) ?
1 ビュー (過去 30 日間)
表示 古いコメント
How can I convert x-axis (cycle or day) to x-axis (frequency) ?
If it is possible, could you tell me the method??
0 件のコメント
採用された回答
Yusuf Suer Erdem
2021 年 12 月 12 日
Firstly make x axis represents the time (t).
Later divide "(t)" with 1 becase "f=1/(t)".
And plot it "plot(f,x)".
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Sources in Help Center and File Exchange
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!