How to plot a 3D figure in MATLAB based on a function like f(x,y,z)=0? And this complicated function can not be written as z = f(x,y).
MATLAB
f(x,y,z)=0
z = f(x,y)
your function only contains 1D vectors( I am assuming they are of equal lengths), if summed it will give you a constant; therefore, there is really nothing to plot.
I just solve this question by this tool from the Matlab File Exchange: Ezimplot3: implicit 3D functions plotter