How i can use BMI formula in MATLAB
조회 수: 1 (최근 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
댓글 수: 9
추가 답변 (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!