How i can use BMI formula in MATLAB
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Attaullah Shafiq
le 20 Mai 2020
Commenté : Attaullah Shafiq
le 20 Mai 2020
How i convert a value in inches to meter?
0 commentaires
Réponse acceptée
Ameer Hamza
le 20 Mai 2020
A simple google search shows that there are 39.3701 inches in a meter. So conversion is just a matter of multiplication
value_inch = 1;
value_m = (1/39.3701)*value_inch
9 commentaires
Plus de réponses (1)
The four
le 20 Mai 2020
How to find a extrem point of function? And how do I represent it graphically?
1 commentaire
John D'Errico
le 20 Mai 2020
Modifié(e) : John D'Errico
le 20 Mai 2020
No. Do not add an answer to a completely different question that just asks a new question. That turns one question into an extended online consulting session that goes on forever.
If you have a question, then ask it as a separate NEW question, not an answer.
Voir également
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!