I have a contour plot in 3D that I want to fill in, so I can use contourslice to display it and chose the number of contour lines, but there are still gaps in the plot, space that I want to fill in. I have my colormap set and caxis set so the corresponding data in the array is assigned the...
I'm having a bit of trouble with arrays and matrices in matlab. I want to use the isosurface command to compute the isosurface data from a series of (x,y,z) coordinates I have.
The problem is when I try to use the command, it says that it expects a 3 dimensional array, but my data it is the...