MATLAB: Plot 4d surface from x, y, z, c data

surface plot 4d

Hello,
I was wondering how to plot a 4d surface. I have x, y and z data (unevenly spaced), and c data (c is a function of x, y, z). I would like to plot c as a surface, with particular value of c being defined by a colour.
My x, y, z and c data are column vectors, but I don't think this is suitable for the surf(x, y, z, c) function.
Any help would be greatly appreciated.
Carol

Best Answer

I am not sure, but I think you might want sliceomatic
Related Question