
Siya Desai
Statistics
MATLAB Answers
0 質問
1 回答
ランク
74,775
of 260,195
評価
0
貢献
0 質問
1 回答
回答採用率
0.00%
獲得投票数
0
ランク
of 111,713
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
回答済み
write a function called tri_area returns the area of a triangle with base b and height h
function function [area] = tri_area (b,h) tri_area = (0.5)*(b)*(h) code to call your function tri_area(2,3) %any...
write a function called tri_area returns the area of a triangle with base b and height h
function function [area] = tri_area (b,h) tri_area = (0.5)*(b)*(h) code to call your function tri_area(2,3) %any...
約1年 前 | 0