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
-
Find the peak 3n+1 sequence value
2571 Solvers
-
Create a cell array out of a struct
2559 Solvers
-
722 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
953 Solvers
-
5171 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.