How to plot 4D contour lines (XYZ-V) in MATLAB?
问题 I have dataset of XYZ as the coordinates and V as the value at each point (100x4 matrix). I plot the 3D surface using patch. (by faces & vertices) How can I plot the contour lines of V (NOT Z) over the 3D surface !? ( The Contour3 function plots 3D contour lines of Z ; But I need contour lines of V. ) Actually I want something like this or this. Thanks a billion for your help. Well actually I found out that the isosurface command is exactly what I want. However, this command requires the V