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
-
21158 Solvers
-
Program an exclusive OR operation with logical operators
751 Solvers
-
Split a string into chunks of specified length
2066 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13762 Solvers
-
Simple equation: Annual salary
4260 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.