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 Solvers87
Suggested Problems
-
Omit columns averages from a matrix
620 Solvers
-
Set some matrix elements to zero
638 Solvers
-
Given a matrix, return the last eigen value
233 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
301 Solvers
-
6214 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.