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
-
Back to basics 4 - Search Path
383 Solvers
-
Back to basics 12 - Input Arguments
624 Solvers
-
Create a square matrix of multiples
500 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
727 Solvers
-
find the roots of a quadratic equation
241 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.