Problem 1378. Young's modulus
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
Tim
on 23 Mar 2013
young misspelled in test suite
Ned Gulley
on 25 Mar 2013
I went ahead and fixed the function calls in the test suite.
Solution Comments
Show commentsProblem Recent Solvers82
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3013 Solvers
-
Back to basics 3 - Temp Directory
372 Solvers
-
Sum of first n terms of a harmonic progression
443 Solvers
-
Natural numbers in string form
1638 Solvers
-
Check that number is whole number
4558 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!