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 Solvers86
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5806 Solvers
-
Project Euler: Problem 5, Smallest multiple
1666 Solvers
-
Split a string into chunks of specified length
2109 Solvers
-
Cell Counting: How Many Draws?
2460 Solvers
-
579 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.