Community Profile

photo

Siya Desai


Last seen: 2 years ago Active since 2021

Statistics

  • First Answer

View badges

Content Feed

View by

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

2 years ago | 0