Azzera filtri
Azzera filtri

compass plot

5 visualizzazioni (ultimi 30 giorni)
nur
nur il 12 Ott 2011
Modificato: Miguel Gil Mast il 15 Mar 2016
i would like to know how to rotate the compass so that 0 value is on the top (y-axis).when im plotting compass 0 value is on the right(x-axis).i want to make 0 value on y-axis.

Risposte (2)

Grzegorz Knor
Grzegorz Knor il 12 Ott 2011
view(-90,90)
  1 Commento
Miguel Gil Mast
Miguel Gil Mast il 15 Mar 2016
Modificato: Miguel Gil Mast il 15 Mar 2016
Adding to Grzegorz Knor's comment, I used the following to rotate my compass (see attached pictures)
view([+90 -90]);
This is what Bruce Raine's script does also only that he saves the inputs as az and el first

Accedi per commentare.


Bruce Raine
Bruce Raine il 8 Feb 2012
Try this code, the above code has the signs around the wrong way.
az = 90; % azimuth i.e. rotate around z-axis horizontally by 90 degrees
el = -90; % elevation negative, effectively looking beneath plot
view(az, el);

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by