what is the best way to plot an implicit surface ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Itzik Ben Shabat
le 7 Août 2014
Réponse apportée : auto2060
le 16 Nov 2016
Hi, I wish to plot the following surface functions (quadratics) in a given domain :
f(x,y,z)=a+b*x+c*y+d*z+e*x^2+f*y^2+g*z^2+h*x*y+i*y*z+j*z*x=0
where a,b,c...j can be any real constant scalar.
what is the best way to plot this ? *I found EZIMPLOT3 in the file exchange - is this the best solution for it ?
I have many quadratics defined in different domains and wish to plot all of them (while not taking too long)
0 commentaires
Réponse acceptée
Plus de réponses (1)
Matt J
le 7 Août 2014
I found EZIMPLOT3 in the file exchange - is this the best solution for it ?
It's what I use.
0 commentaires
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!