Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

I did not understand the question give me the code for this this will help me loot

1 visualizzazione (ultimi 30 giorni)
write a function called tri_area that return the area of triangle with base b and height h, where b and h are the input argument function in that order.

Risposte (1)

Vishal Gaur
Vishal Gaur il 26 Giu 2020
Hi, Amit Nath, yopu can check try this code:
function area=tri_area(b,h)
area = (b*h)/2;
end
If you face any error check this comment

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by