Question
MATLAB QUESTION: Create a data structure to store information about the elements in the periodic table of elements. For every element, store the name, atomic
MATLAB QUESTION: Create a data structure to store information about the elements in the periodic table of elements. For every element, store the name, atomic number, chemical symbol, class, atomic weight, and a seven- element vector for the number of electrons in each shell. Create a structure variable to store the information. Write a script that requests the inputs for each element and properly stores the elements. You can get this information from http://www.ptable.com/. Your script should be able to request all the elements in the table. Enter the first 18 elements in the table and write the table to a comma separated value spreadsheet.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started