Question: Name table [ [ Density , Yield,Elasticity ] , [ 7 8 0 0 , 2 5 0 , 2 0 0 ] ,
Name
tableDensityYield,Elasticity
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 ie 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 'MPa', and 'GPa' to the Density, Yield, and Elasticity columns respectively.
IN MATLAB
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
