|
"Gustavo Morales" <gustavo.morales.2000@gmail.com> wrote in message <h6fr30$jsc$1@fred.mathworks.com>...
> Hi!
>
> Do you know the equation of the figure you desire to plot? If you have a implicit function, of the form: f(x,y,z) = 0, you can use ezimplot3(), available in the File Exchange (FEX) and plot implicit functions.
> Now, if you have some 3D point to point data, some commands you can use are:
> patch()
> surf()
> mesh()
> trimesh()
Thank you very much for you replying! I'm so appreciate your support!
I don't have 3D data actually, I imagine if I have the figure function I can create hundreds and thousands of the 3D location data ,and the more data I use, the more accurate the figure would be!
|