How i can use BMI formula in MATLAB
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Attaullah Shafiq
el 20 de Mayo de 2020
Comentada: Attaullah Shafiq
el 20 de Mayo de 2020
How i convert a value in inches to meter?
0 comentarios
Respuesta aceptada
Ameer Hamza
el 20 de Mayo de 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 comentarios
Más respuestas (1)
The four
el 20 de Mayo de 2020
How to find a extrem point of function? And how do I represent it graphically?
1 comentario
John D'Errico
el 20 de Mayo de 2020
Editada: John D'Errico
el 20 de Mayo de 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.
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!