Lab Slides Week 2 F23
Lab Slides Week 2 F23
eth·ics
/ˈeTHiks/
noun
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Work
• Writing
• Charts
• Pictures
• Graphs
• Diagrams
• Data
• Websites
• May include “sentences, phrases, innovative terminology,
formatting, or other representations
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Source
• Books Unpublished sources
• Magazines Class Lectures
• Newspapers Class Notes/Handouts
• Websites Speeches
• Plays Other Student’ Papers
• Movies Computer Code
• Photos
• Paintings
• Textbooks
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Citations
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Why should YOU be concerned about Plagiarism?
• You are cheating yourself BECAUSE you are not trying to learn
to write and express your thoughts in your own words.
• You are missing the feedback pertaining to your own work.
• You miss the chance of succeeding based on your own merit.
• Plagiarism is dishonest – it misrepresents the work of another as
yours.
• Plagiarism violates the Handbook of Operating Procedures of
the University and can result in Suspension or Dismissal.
• Plagiarism devalues others’ original work – it is taking advantage
of other students that do their own work.
• It is wrong to take or use other’s work without giving credit to
the author.
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Citing the work of others
• When using phrases “word for word,” you should indent and place
the phrases in “ “ to highlight that you are using other’s work to
make a point or communicate something important.
• When you conduct research and write an article, and then you
write a second article based on the first piece of work, you need
to CITE the original work in the second article, even if you are
the author of both!!!
Source: http://sa.utep.edu/osccr/wp-content/uploads/sites/8/2012/09/Avoiding-Plagiarism.pdf
Work in this class
Example:
R =100:100:1000; • Sets Resistance values from 100 to 1000 Ohms in increments of 100
I = V./R; • Calculates current using Ohm’s Law for V = 5 V, and for each value of R. Assume V is
in volts, R in ohms, and I in amps. Need to use ./ instead of just / since R is a
matrix
plot(R, I, ’b’); • Plots the current (I) as a function of resistance (R) using a blue line
hold on • Allows you to plot more than 1 plot on the same plot area, and to continue working
on formatting your graph.
MATLAB: Plotting Data
MATLAB: Plotting Data
MATLAB: Adding labels and text
gtext(‘Ohms Law’) This commands will add text to your plot. Type the gtext
command and MATLAB will take you to your graph, then
allow you to place the cursor where you want the text.
xlabel(‘Resistance (ohms)’) The xlabel and ylabel commands place labels on the x-
and y- axes. You can also do this from the graphing
window using the toolbar.
ylabel(‘Current (amps)’)
MATLAB: Graph
• Select ‘Edit’ in main toolbar at
top and click on ‘Figure
Properties’
• Right click anywhere on the
figure, select font, and adjust to
at least 14. You can also right
click on the gtext you added to
increase that font as well.
LAB
• Module 1 – Power Supply
LECTURE
• Ohm’s law and its applications: Parallel Resistance and
Voltage Divider