How i can use BMI formula in MATLAB
2 次查看(过去 30 天)
显示 更早的评论
How i convert a value in inches to meter?
0 个评论
采纳的回答
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
更多回答(1 个)
The four
2020-5-20
How to find a extrem point of function? And how do I represent it graphically?
1 个评论
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 Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!