How i can use BMI formula in MATLAB

1 次查看(过去 30 天)
How i convert a value in inches to meter?

采纳的回答

Ameer Hamza
Ameer Hamza 2020-5-20
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 个评论

请先登录,再进行评论。

更多回答(1 个)

The four
The four 2020-5-20
How to find a extrem point of function? And how do I represent it graphically?
  1 个评论
John D'Errico
John D'Errico 2020-5-20
编辑:John D'Errico 2020-5-20
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Axes Appearance 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by