SHREYAS KARTHIKEYA
Followers: 0 Following: 0
Feeds
已回答
How can I write matlab code for The finite region bounded by the plane z = x , x + z = 8, z = y , y = 8 and z = 0 in matlab. I have downloaded ViewSolid
clc clear syms x y z real xa=z;xb=8-z; ya=z+0*x;yb=8+0*x; za=0;zb=4; int(int(int(1+0*x,xa,xb),y,ya,yb),z,za,zb) viewSoli...
How can I write matlab code for The finite region bounded by the plane z = x , x + z = 8, z = y , y = 8 and z = 0 in matlab. I have downloaded ViewSolid
clc clear syms x y z real xa=z;xb=8-z; ya=z+0*x;yb=8+0*x; za=0;zb=4; int(int(int(1+0*x,xa,xb),y,ya,yb),z,za,zb) viewSoli...
4 years 前 | 3
| 已接受
已回答
hi! i m trying to create a 3-d solid volume graph using viewsolid.but when i m using viewsolid or viewsolidone its showing a error that variable is not defined.viewsolid i think is a function....can anyone help me in this matter?
change that code as viewSolid(z,0+0*x+0*y,x^2+2*(y^2),x,0+0*y,2+0*y,y,0+0*x,2+0*x) now you will get the answer it will integ...
hi! i m trying to create a 3-d solid volume graph using viewsolid.but when i m using viewsolid or viewsolidone its showing a error that variable is not defined.viewsolid i think is a function....can anyone help me in this matter?
change that code as viewSolid(z,0+0*x+0*y,x^2+2*(y^2),x,0+0*y,2+0*y,y,0+0*x,2+0*x) now you will get the answer it will integ...
4 years 前 | 0