Question: Store the combined information from the previous problem in a table array. The Metal column should be stored as a character array The Symbol column
Store the combined information from the previous problem in a table array.
The Metal column should be stored as a character array
The Symbol column should be stored as a character array
The Atomic Number should be stored as an integer array
The Atomic Weight column should be stored as a double array
The Density column should be stored as a double array
The Crystal Structure column should be stored as a categorical array
Questions: 2a. Use the find function to determine which elements are BCC. Create a report using fprintf. Print data only from your table array, you may need to use a for loop to print out each character array at the appropriate index. (5 pts)
2b. Create a plot of atomic number of the x-axis versus atomic weight on the y-axis using your table data. Make sure to properly label your axes and title your plot. (5 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
