Line 10: Line 10:
 
(4) Both hand-written answers and printed-out answers are acceptable. <br/>
 
(4) Both hand-written answers and printed-out answers are acceptable. <br/>
 
(5) Make sure your plots of experiment result are clearly labeled. <br/>
 
(5) Make sure your plots of experiment result are clearly labeled. <br/>
     Matlab syntax of label a graph <br/>
+
     Matlab syntax of labeling a graph <br/>
 
     title('Title of the plot'); <br/>
 
     title('Title of the plot'); <br/>
 
     ylabel('Vertical Axis Label'); <br/>
 
     ylabel('Vertical Axis Label'); <br/>

Revision as of 07:59, 25 August 2011

Additional Lab report requirement


  • There is no format rule on lab report. However, in order to earn as much credits, make sure your report is well-organized.

(1) Include a cover sheet. Here is the template.
(2) There are different types of assignments in lab instructions. Some are experiment results. Some are short answer questions. REMEMBER to answer all such questions.
(3) DO NOT use separate sheets to answer these questions. Just keep the same order they appear in the lab instructions. Include the number of the question as well.
(4) Both hand-written answers and printed-out answers are acceptable.
(5) Make sure your plots of experiment result are clearly labeled.

   Matlab syntax of labeling a graph 
title('Title of the plot');
ylabel('Vertical Axis Label');
xlabel('Horizontal Axis Label');

Back to Lab wiki

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett