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
-
Sum all integers from 1 to 2^n
17413 Solvers
-
Solve the set of simultaneous linear equations
494 Solvers
-
Getting the indices from a matrix
719 Solvers
-
Sum the elements in either diagonal of a square matrix
221 Solvers
-
325 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.