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

1 view (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)

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!