Community Profile

photo

Siya Desai


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

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

3 years ago | 0