viewSolid.m and viewSolidone.m where to get?

18 ビュー (過去 30 日間)
Anish Ganguly
Anish Ganguly 2017 年 10 月 30 日
編集済み: Walter Roberson 2023 年 12 月 7 日
to visualize triple and double integrals.

採用された回答

Mary Abbott
Mary Abbott 2017 年 11 月 1 日
Hello, viewSolid and viewSolidone are not functions shipped with MATLAB. It looks like viewSolid can be found at the following link:
I could not find viewSolidone.
  12 件のコメント
Walter Roberson
Walter Roberson 2021 年 4 月 28 日
Download the files to your desktop, and use MATLAB Connector to upload them to matlab online.

サインインしてコメントする。

その他の回答 (3 件)

Lakshit Choudhary
Lakshit Choudhary 2021 年 11 月 30 日
syms x y z
xa =-sqrt(3);
xb= sqrt(3);
ya=-sqrt(3-x^2);
y(b)=sqrt(3-x^2);
za=x^2+y^2;
zb=sqrt(6-x^2-y^2);
I=int(int(int1+0*z,z,za,zb),y,ya,yb),x,xa,xb);
viewSolidone(z,za,zb,y,ya,yb,x,xa,xb)
  1 件のコメント
Walter Roberson
Walter Roberson 2023 年 11 月 29 日
https://www.mathworks.com/matlabcentral/answers/421255-hi-i-m-trying-to-create-a-3-d-solid-volume-graph-using-viewsolid-but-when-i-m-using-viewsolid-or-vi#comment_1898015

サインインしてコメントする。


aishwarya
aishwarya 2023 年 11 月 29 日
syms x y z;
syms x y z;
int(int((x+y)/4,y,x,x/2),x,1,2);
ac=viewSolid(z,0+0*x+0*y,(x+y)/4,y,x,x/2,x,1,2);
Unrecognized function or variable 'viewSolid'.
disp(ac)

Kaustuv
Kaustuv 2023 年 12 月 7 日
There you go!

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by