![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1268270/image.png)
Error - Array indices must be positive integers or logical values - in viewSolid and viewSolidone
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1268240/image.jpeg)
Im a trying to integrate and get a 3d representation of these functions but getting this error Plz help
0 Commenti
Risposta accettata
Abhinav
il 19 Gen 2023
Hi Dev
change that code as
viewSolid(z,z_a+0*x+0*y,z_b+0*x+0*y,x,x_a+0*y+0*z,x_b+0*y+0*z,y,y_a+0*x+0*z,y_b+0*x+0*z)
now it will plot the figure
View Solid will integrate only if x, y and z variables are present in the integration that is only the error.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1268270/image.png)
2 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!