User:Cw249
Jump to navigation
Jump to search
Homework 1
Nuclear Needles in Cargo Haystacks, Shannon Palus, APS News, published May 2015, accessed 13 September 2015 (Grand Challenge: Prevent Nuclear Terror)
Homework 2
I am most impressed by the example called Create a Structure Array. Each struct array contains the patient's name, billing, and test results. With this program you can create new struct arrays very easily and add a new patient's information into the arrays. Also, graphing each individual patient's every test that outputs three values is very simple by simply changing the x in bar(patient(x).test) to any patient's ID.