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 Solvers86
Suggested Problems
-
Remove any row in which a NaN appears
8771 Solvers
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Change the sign of even index entries of the reversed vector
644 Solvers
-
743 Solvers
-
384 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.