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 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!