viewSolid.m and viewSolidone.m where to get?

 Respuesta aceptada

Mary Abbott
Mary Abbott el 1 de Nov. de 2017

0 votos

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 comentarios

Anish Ganguly
Anish Ganguly el 3 de Nov. de 2017
it will help with the two variable system but how to visualize the 3 variable system
Anish Ganguly
Anish Ganguly el 4 de Nov. de 2017
thnx sir..it was the one i was looking for!
Yashasvi D Rattan
Yashasvi D Rattan el 16 de Oct. de 2018
not helping
Anish Ganguly
Anish Ganguly el 16 de Oct. de 2018
It worked for me.
Valliammai V
Valliammai V el 30 de Oct. de 2019
Editada: Valliammai V el 30 de Oct. de 2019
Still i am getting error
Walter Roberson
Walter Roberson el 30 de Oct. de 2019
What error are you encountering? Did you download the code from the two links given above?
Aditya Gupta
Aditya Gupta el 2 de En. de 2021
it worked for me, thanks
Rohit Nandi
Rohit Nandi el 13 de En. de 2021
how to download the code ??
Arvind C
Arvind C el 28 de Abr. de 2021
how do i import this to matlab online
Walter Roberson
Walter Roberson el 28 de Abr. de 2021
Download the files to your desktop, and use MATLAB Connector to upload them to matlab online.

Iniciar sesión para comentar.

Más respuestas (4)

Lakshit Choudhary
Lakshit Choudhary el 30 de Nov. de 2021

0 votos

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 comentario

Walter Roberson
Walter Roberson el 29 de Nov. de 2023
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

Iniciar sesión para comentar.

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)
Jeetesh
Jeetesh el 2 de Oct. de 2024

0 votos

Just go to home > add on> get add-on > search for 'viewsolodone' and 'viewSolid' and install it > now run the code

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Preguntada:

el 30 de Oct. de 2017

Comentada:

el 2 de Oct. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by