How to rotate graph?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
SuzieChan
am 13 Apr. 2020
Kommentiert: Adam Danz
am 13 Apr. 2020
Hi!
What code can I use to flip the orange portion of this graph in the vertical plane, 180 degrees?

>> figure
hold on
scatter(A{:,1}, A{:,2})
% Flip the next line in the veritcal plane
scatter(B{:,1}, B{:,2})
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots 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!