How can I convert x-axis (cycle or day) to x-axis (frequency) ?

3 views (last 30 days)
How can I convert x-axis (cycle or day) to x-axis (frequency) ?
If it is possible, could you tell me the method??

Accepted Answer

Yusuf Suer Erdem
Yusuf Suer Erdem on 12 Dec 2021
Firstly make x axis represents the time (t).
Later divide "(t)" with 1 becase "f=1/(t)".
And plot it "plot(f,x)".

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!