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

22.01% Correct | 77.99% Incorrect
Last Solution submitted on Sep 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers81

Suggested Problems

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!