How can I create another y-axis on right side?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Umang Dongre
am 26 Feb. 2019
Kommentiert: Umang Dongre
am 26 Feb. 2019
How can I create another two axis in same figure?
x=A0006_charge(:,1);
y=A0006_charge(:,2);
a=A0006_charge(:,3);
z=A0006_charge(:,4);
plot(a, x, a, y, a, z);
I tried "yyaxis right" but its not working.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown 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!