surfc is not working
Afficher commentaires plus anciens
L=4;,B=0.5;,D=0.5;,x=-2:0.02:2;,z=-2:0.02:2;
[X,Z]=meshgrid(x,z);
y1=(B/2)*(1-(2*x/L).^2).*(1-(z/D).^2);,y2=(-B/2)*(1-(2*x/L).^2).*(1-(z/D).^2);
surfc(x,z,y1);
surfc(x,z,y2);
I want this, but it is not work.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Live Scripts and Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

