How to plot on two y- axis
Ältere Kommentare anzeigen
I am struggling to plot my data on Two y-Axis. Can you someone please help me out.
U wind velocity component for each location and altitude is store in the variable Uw (lon,lat,P) and the V wind velocity component is stored in the variable Vw(lon,lat,P_range).
My desire is to plot the Uw and Vw on different y-axis and the P_rang on the x-axis for any given location.
I have attached the test.mat files containing the variables.
Thank you for your help.
Akzeptierte Antwort
Weitere Antworten (1)
You have 3D data. How do you want it to plot in 2d?
s = load('test.mat')
1 Kommentar
Telema Harry
am 18 Aug. 2021
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


