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 Solvers81
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
49227 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15519 Solvers
-
Find the peak 3n+1 sequence value
2496 Solvers
-
336 Solvers
-
726 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!