Skip to main content

Project Based Engineering Instrumentation High Level Coding and Microcontrollers

Section 5.4 Assignment

The assignment for this project is to plot the equation below from 0 to 10 seconds and include that Figure in a report. The Figure must include a grid and an x-axis label (β€˜Time (sec)’) and y-axis label (β€˜Temperature (F)’). Any plotting tool Sheets, Excel, Colab, Python, Octave or similar is acceptable provided the figure conforms to the requirements above and the specific rubric below.
\begin{equation} T(t) = 60(1-e^{-5t})+30\tag{5.4.1} \end{equation}
  1. Title page with name,title and date - 5%
  2. Introduction - 5%
  3. All figures must have appropriate annotations, figure captions, figure labels and a paragraph of supporting text - 10%
  4. Include a screenshot (entire screen) of your plotting environment with your code pasted into the workspace - 40%
  5. Include the plot of temperature vs time being sure to save the figure so it is in high resolution - 40%
  6. Appendix A - Video Details - Film yourself and your entire screen running the example code and showing the result of plt.show() - Pass/Fail
  7. Appendix B - Code used to take data and code used to plot in plain text (no screenshots) - Pass/Fail
  8. Appendix C - Screenshot of Excel or Sheets if applicable - Pass/Fail
  9. If you are asked to fix something in the Appendices such as missing content in your video or screenshots of your code, you will lose 10% of your grade everytime you submit an update after the deadline.