Question
3D Plot Question
This is an issue I encounter frequently. I have 2 column vectors representing X and Y coordinates, and a matrix which represents the Z value at the coordinates X,Y. To generte a 3D plot from this I find I always need to convert the X, Y column vectors into a matrix which matches the dimenationality of Z. It seems to me there must be a more elegant way that avoids doing this.

