Question: table [ [ Name , Density,Yield,Elasticity, ] , [ ' A - 3 6 Structural Steel',,,, ] , [ ' 6 0 6 1

\table[[Name,Density,Yield,Elasticity,],['A-36 Structural Steel',,,,],['6061-T6 Aluminum',,,,],[,2700,,250,200],[,,,276,68.9]]
Write a script that creates a table structure to store materials properties. First create cell arrays or vectors with the following variable names and data from the table above (in order)
Assign material names to the Name column
Assign density to the Density column
Assign the yield strength to the Yield column
Assign the modulus of elasticity (i.e. the stiffness of the material) to the Elasticity column
Review this documentation page (table array documentation) for information on how to work with table() function. Tabulate the created variables in the format of the given table using table(), name your table structure as Materialproperties, and add the following metadata to the table
"Add units of 'kgm=????3', 'MPa', and 'GPa' to the Density, Yield, and Elasticity columns respectively.
 \table[[Name,Density,Yield,Elasticity,],['A-36 Structural Steel',,,,],['6061-T6 Aluminum',,,,],[,2700,,250,200],[,,,276,68.9]] Write a script that creates a table

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!