Uploaded by Arsalan Saghir

Matlab Assignment pattern

advertisement
FAST NUCES-LHR
17L-XXXX
Introduction to Mat Lab CL-206
Assignment # 1
FALL 2019
SECTION CV-X
SUBMITTED BY
NAME: XXX
ROLL #: 17L-XXXX
SUBMITTED TO
Dr. Tauqir Ahmed
SUBMISSION DATE
October 27,2019
DEPARTMENT OF CIVIL ENGINEERING,
FAST-NU, LAHORE
National University of Computer & Emerging Sciences
FAST NUCES-LHR
Department of Civil Engineering
Student's Name
Total Marks
Student's ID
Course Code
CL 206
Semester
Fall 2019
Assessment Tool
Assignment-1
17L-XXXX
Grading Rubrics-Introduction to Programming in MATLAB
Statement
1
2
3
4
5
Output/ Results
Coding Style/
formatting: Ability to
use necessary
commands at the start of
the program, provide
appropriate description
of function, write
comments and use
proper indentation.
Coding Performance:
Ability to write
appropriate error
handlers and efficient
code without hardcoding
and errors.
Debugging: Ability to
detect anomalies in the
program, debug code,
and successfully run the
code to get desired
output.
Presentation : Content,
Organization and
formatting of written
report
Exemplary
(5)
Proficient
(4)
Developing
(3)
Beginning
(2)
Able to get
accurate and
selfexplanatory
results from the
program.
Able to get
accurate
results from
the program
with minor
mistake(s)
Able to write
program in
good coding
style missing
1-2 mentioned
criterion.
Able to get
results from the
program with
major
mistakes(s).
Able to get
some of the
results from the
program
Not able to get
any results from
the program
Used some of
the mentioned
formatting
techniques in
the program.
Used marginal
formatting
techniques in
the program.
None of the
formatting
techniques were
used in the
program.
Able to write
efficient code
with appropriate
error handlers.
Able to write
fairly good
code with
some logical
errors or
missing error
handlers.
Able to write
code in
hardcoding
without any
error handler.
Struggling to
write the code.
The student is not
able to write the
code.
Able to
correctly detect
anomalies in
the program,
debug code,
and
successfully
run the code to
get desired
output. without
any help
Able to
correctly
detect
anomalies in
the program,
debug code,
and
successfully
run the code
to get desired
output with
little help.
Able to present
the written
report in an
appropriate
formatting
with minor
mistake(s)
Able to
correctly detect
all anomalies in
the program,
with help.
Able to
correctly detect
some of the
anomalies in
the program,
with help.
The student is not
able detect any
anomalies in the
program
Able to present
the written
report in an
appropriate
formatting with
major
mistakes(s).
Hardly able to
present the
written report
in appropriate
formatting.
Unable to present
the written report
in appropriate
format.
Able to write
program in
excellent
coding style
fulfilling all the
mentioned
criterion.
Able to present
the written
report in an
appropriate
formatting.
Average Score for Assessment
Novice (1)
Score
FAST NUCES-LHR
17L-XXXX
Q 1 : plot the graph.
clear
clc
t=[0:0.1:20];
y=25+ 0.25*(t.^2);
plot (t,y,'--b')
FAST NUCES-LHR
Result
17L-XXXX
FAST NUCES-LHR
17L-XXXX
Instructions
Submissions in hard form
 Follow this pattern for assignment submissions.
1. Title page
2. Grading rubrics
3. Problem code ( .m file )
4. Only one outcome
For your help sample is provided above.
Submissions in soft form
 Follow this pattern for assignment submissions in soft form.
1. Title page
2. Grading rubrics
3. Problem code ( .m file )
4. Only one outcome
5. File format should be of word document or pdf.
6. File name should be like this (Assign_1_17L-XXXX)
Submission of .m files
 Follow this pattern for assignment submissions in soft form.
1. Your program file name or mat lab file name should be like
Assign_1_17L-XXXX
Submit soft copy and .m file at this address.
\\Cactus\Xeon\Fall2019\\Tauqir Ahmed\submissions
Don’t make folder of your roll numbers. Just put both files openly in submission
folder with proper name.
After deadline, submissions will not be entertained.
Download