How to scale data and plot?
Afficher commentaires plus anciens
Hi!
I have a plot (attached). I want to scale it so that x axis is in [kHz] . I don't only want to scale the axis but also the whole plot, so that it wil show the values present in [kHz].
Thanks in advance.
Réponses (1)
KALYAN ACHARJYA
le 11 Jan 2020
Modifié(e) : KALYAN ACHARJYA
le 11 Jan 2020
0 votes
I want to scale it so that x axis is in [kHz] .
Multiply x data with 10^(-3), and calculate the corresponding y data, then plot.
1 commentaire
mm99
le 11 Jan 2020
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!