How to view a 3D Figure from “below”, e.g. z-axis facing downwards
I’m looking for a possibility to view/rotate a North-East-Down Coordinate Frame in a 3D Figure.
By casually plotting a cartesian coordinate system z is facing upwards, and by rotating it with the hand tool, it is not possible to "flip" the figure so that z is facing down.
If you set the z-Axis to ‘reverse’ the right hand system becomes a left-hand system, thus this is not a solution.
figure
plot3(0,0,0)
line([0 0.1],[0 0],[0 0],’LineWidth’,5,’DisplayName’,’X’)
line([0 0],[0 0.1],[0 0],’LineWidth’,5,’DisplayName’,’Y’)
line([0 0],[0 0],[0 0.1],’LineWidth’,5,’DisplayName’,’Z’)
legend
Take the above picture, I would like a solution where the Z-Line is Facing downwards, without changing the coordinate-systemI’m looking for a possibility to view/rotate a North-East-Down Coordinate Frame in a 3D Figure.
By casually plotting a cartesian coordinate system z is facing upwards, and by rotating it with the hand tool, it is not possible to "flip" the figure so that z is facing down.
If you set the z-Axis to ‘reverse’ the right hand system becomes a left-hand system, thus this is not a solution.
figure
plot3(0,0,0)
line([0 0.1],[0 0],[0 0],’LineWidth’,5,’DisplayName’,’X’)
line([0 0],[0 0.1],[0 0],’LineWidth’,5,’DisplayName’,’Y’)
line([0 0],[0 0],[0 0.1],’LineWidth’,5,’DisplayName’,’Z’)
legend
Take the above picture, I would like a solution where the Z-Line is Facing downwards, without changing the coordinate-system I’m looking for a possibility to view/rotate a North-East-Down Coordinate Frame in a 3D Figure.
By casually plotting a cartesian coordinate system z is facing upwards, and by rotating it with the hand tool, it is not possible to "flip" the figure so that z is facing down.
If you set the z-Axis to ‘reverse’ the right hand system becomes a left-hand system, thus this is not a solution.
figure
plot3(0,0,0)
line([0 0.1],[0 0],[0 0],’LineWidth’,5,’DisplayName’,’X’)
line([0 0],[0 0.1],[0 0],’LineWidth’,5,’DisplayName’,’Y’)
line([0 0],[0 0],[0 0.1],’LineWidth’,5,’DisplayName’,’Z’)
legend
Take the above picture, I would like a solution where the Z-Line is Facing downwards, without changing the coordinate-system ned, coordinatesystem, rotation MATLAB Answers — New Questions