How i can use BMI formula in MATLAB

 Accepted Answer

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 Comments

yes i got it.. but how i can get value from this Table??
Are you trying to create such a plot? See stem() function.
Dear I am trying to find (inches values) from this graph..
means i ve given values of height in inches, i gonna to convert this value in meter. so how i can get values from this graph..
How are the values available. In a separate file? Or do you have a figure file?
dear figure.. i metioned
That is an image. Do you have a .fig file?
Kindly read these instructions..

Sign in to comment.

More Answers (1)

The four
The four on 20 May 2020
How to find a extrem point of function? And how do I represent it graphically?

1 Comment

John D'Errico
John D'Errico on 20 May 2020
Edited: John D'Errico on 20 May 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.

Sign in to comment.

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!