photo

SHREYAS KARTHIKEYA


Last seen: casi 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
2 Respuestas

ThingSpeak

1 Público Canal

CLASIFICACIÓN
5.078
of 301.454

REPUTACIÓN
10

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 21.287

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.632

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
1 Público Canal

EVALUACIÓN MEDIA
50

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Canal


Shreyas
Temperature and Humidity Monitoring

casi 2 años hace

Respondida
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...

más de 5 años hace | 3

| aceptada

Respondida
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...

más de 5 años hace | 0