How can I convert x-axis (cycle or day) to x-axis (frequency) ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Chris
le 12 Déc 2021
Réponse apportée : Yusuf Suer Erdem
le 12 Déc 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 commentaires
Réponse acceptée
Yusuf Suer Erdem
le 12 Déc 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 commentaires
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!