photo

SHREYAS KARTHIKEYA


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
2 回答

ThingSpeak

1 パブリック チャネル

ランク
4,821
of 302,082

評判
10

コントリビューション
0 質問
2 回答

回答採用率
0.00%

獲得投票数
3

ランク
 of 21,533

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,698

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
1 パブリック チャネル

平均評価
50

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

チャネル


Shreyas
Temperature and Humidity Monitoring

2年以上 前

回答済み
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...

5年以上 前 | 3

| 採用済み

回答済み
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...

5年以上 前 | 0