I have a text file(which is scaled ionogram data) which is having columns like Day, Time, Frequency and height.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to plot the data in such a way Time is on the X-axis, Height is on the left Y-axis and Frequency is on the right Y-axis.I'm unable to do that.
0 Kommentare
Antworten (1)
Fabian Gock
am 6 Jul. 2018
Hi,
do you have problems with importing the data or the plotting part?
To import from a .txt the easiest way is to use the "import Data" GUI from matlab and let it generate a function, that imports the data just the way you like.
To create a plot with 2 y axes: https://de.mathworks.com/help/matlab/creating_plots/plotting-with-two-y-axes.html
Regards -Fabian
0 Kommentare
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!