the statement that returns the areas of the triangle is
Answers
Answered by
4
Answer:
function [area] = tri_area([b,h]);
tri_area([b,h])=(0.5)*(b)*(h)
area=tri_area([b,h])
end
%command window
area = tri_area[3,2])
Answered by
1
unction [area] = tri_area([b,h]);
tri_area([b,h])=(0.5)*(b)*(h)
area=tri_area([b,h])
Similar questions
Physics,
1 month ago
English,
1 month ago
Math,
2 months ago
Science,
2 months ago
Hindi,
9 months ago
Social Sciences,
9 months ago
Social Sciences,
9 months ago