4

I'm plotting a 3d surface in MATLAB with surf and the result is like this:

enter image description here

How can I shift the position of the xy-plane at the bottom to the position marked with red square (along with the labels)?

Suever
  • 64,497
  • 14
  • 82
  • 101
corindo
  • 151
  • 3
  • This is basically a duplicate of [**this question**](http://stackoverflow.com/q/33708402/2605073) for the 3D-case: means it probably can't be done with Matlab. Only way would be to draw the whole plane by yourself, good luck! – Robert Seifert Nov 20 '15 at 07:08
  • @thewaywewalk: Unfortunately from 2D to 3D is exactly where the problem is. Using gca we can adjust the position of the baselines of x-axis and y-axis but not z-axis because the gca object does not have the method for z-axis baseline. – corindo Nov 20 '15 at 08:47

0 Answers0