I'm trying to plot just one point in any coordinate system: Cartesian, cylindrical or spherical.
I tried plot3(1,1,1)
with many values but just shows a tiny point in the same location for all values! I tried surf(X,Y,Z)
as well but matlab said: Z must be a matrix, not a scalar or vector.