Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Amit Nath
Amit Nath le 26 Juin 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.
  1 commentaire
KSSV
KSSV le 26 Juin 2020
What have you attempted for this very simple Home Work?

Réponses (1)

Vishal Gaur
Vishal Gaur le 26 Juin 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

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by