Given a value of Young's modulus (Y) expressed on MegaPascal, convert it to the units described on the string S.
Example:
Y = 200000 (MPa) S = kN/m^2
return:
y = 200000000
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers88
Suggested Problems
-
Maximum running product for a string of numbers
2258 Solvers
-
Back to basics 11 - Max Integer
812 Solvers
-
Solve the set of simultaneous linear equations
512 Solvers
-
Find the maximum number of decimal places in a set of numbers
3599 Solvers
-
1072 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
young misspelled in test suite
I went ahead and fixed the function calls in the test suite.