How can I convert x-axis (cycle or day) to x-axis (frequency) ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Chris
il 12 Dic 2021
Risposto: Yusuf Suer Erdem
il 12 Dic 2021
How can I convert x-axis (cycle or day) to x-axis (frequency) ?
If it is possible, could you tell me the method??
0 Commenti
Risposta accettata
Yusuf Suer Erdem
il 12 Dic 2021
Firstly make x axis represents the time (t).
Later divide "(t)" with 1 becase "f=1/(t)".
And plot it "plot(f,x)".
0 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!