Difference between revisions of "CSC352 Homework 5 Solution 2013"
Line 3: | Line 3: | ||
<onlysmith> | <onlysmith> | ||
The solution this week is provided by Gavi, with an application that generates a very good graph. More on the graph in class. I am also sharing Emily's scripts for running the experiments and generating the graph. | The solution this week is provided by Gavi, with an application that generates a very good graph. More on the graph in class. I am also sharing Emily's scripts for running the experiments and generating the graph. | ||
− | + | <br /> | |
=Script= | =Script= | ||
+ | <br /> | ||
<source lang="bash"> | <source lang="bash"> | ||
#!/bin/bash | #!/bin/bash | ||
Line 20: | Line 21: | ||
done | done | ||
− | </source> | + | </source><br /> |
=Source= | =Source= | ||
+ | <br /> | ||
<source lang="C"> | <source lang="C"> | ||
Line 411: | Line 413: | ||
</source> | </source> | ||
− | + | <br /> | |
=Graph= | =Graph= | ||
− | + | <br /> | |
<center>[[Image:CSC352hw5graphGavi.png|700px]]</center> | <center>[[Image:CSC352hw5graphGavi.png|700px]]</center> | ||
− | + | <br /> | |
=More Scripts= | =More Scripts= | ||
− | + | <br /> | |
===Script to run the experiment=== | ===Script to run the experiment=== | ||
+ | <br /> | ||
<source lang="bash"> | <source lang="bash"> | ||
#!/bin/bash | #!/bin/bash | ||
Line 454: | Line 457: | ||
− | + | <br /> | |
===Script to generate a Graph in R=== | ===Script to generate a Graph in R=== | ||
+ | <br /> | ||
<source lang="rsplus"> | <source lang="rsplus"> | ||
# plotHw5TimingData.R | # plotHw5TimingData.R |
Latest revision as of 13:35, 26 November 2013
--D. Thiebaut (talk) 09:45, 26 November 2013 (EST)