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
-
given 3 sides, find area of this triangle
807 Solvers
-
22190 Solvers
-
Fix the last element of a cell array
1552 Solvers
-
Replace Nonzero Numbers with 1
407 Solvers
-
Solving Quadratic Equations (Version 1)
494 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!