Home /
Expert Answers /
Computer Science /
graphing-iviuitiple-data-sets-during-the-manufacture-of-polymers-it-is-often-reinforced-with-smal-pa516
(Solved):
Graphing iviuitiple Data Sets During the manufacture of polymers, it is often reinforced with smal ...
Graphing iviuitiple Data Sets During the manufacture of polymers, it is often reinforced with small quantitites of other materials for fortification. One such material that has recently been used to fortify the polymer 6,6 is clay. Results of a study, showing the stress values of three different Nylon 6,6 polymers (with different for different \%weights of clay) at specific strain values is stored in the file Nylon66_Data.txt. The file Nylon66_Data.txt consists of 4 columns: Column 1: strain (dimensionless) Column 2: stress of a Nylon 6,6 polymer with \( 0 \% \) weight clay (MPa) Column 3: stress of a Nylon 6,6 polymer with \( 2 \% \) weight clay (MPa) Column 4: stress of a Nylon 6,6 polymer with \( 4 \% \) weight clay (MPa) Complete the following steps: 1. Load the text file Nylon66_Data.txt using the load command. 2. Plot stress versus strain for all three polymers on the same plot. Note - Use the figure() function to create a new figure widow and make sure to properly annotate the graph
Assessment: Check for load(). Check for figure(). Check for plot() Check for good graphing practices. Trouble with lab?