photo

SHREYAS KARTHIKEYA


Last seen: environ 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
2 Réponses

ThingSpeak

1 Public Chaîne

RANG
5 078
of 302 001

RÉPUTATION
10

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
3

RANG
 of 21 487

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 178 011

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
1 Public Chaîne

CLASSEMENT MOYEN
50

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Chaîne


Shreyas
Temperature and Humidity Monitoring

plus de 2 ans il y a

Réponse apportée
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...

plus de 5 ans il y a | 3

| A accepté

Réponse apportée
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...

plus de 5 ans il y a | 0