How to plot a 3D figure in matlab based on a function like f(x,y,z)=0?

前端 未结 2 1973
花落未央
花落未央 2021-01-29 15:17

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).

2条回答
  •  Happy的楠姐
    2021-01-29 15:56

    I just solve this question by this tool from the Matlab File Exchange:
    Ezimplot3: implicit 3D functions plotter

提交回复
热议问题