Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ENCMP 100-Computer Programming for Engineers Page 1 of 4 ENCMP 100 Computer Programming for Engineers Assignment #4 Due: Monday, Nov. 19, 2018 at 11:55pm MST
ENCMP 100-Computer Programming for Engineers Page 1 of 4 ENCMP 100 Computer Programming for Engineers Assignment #4 Due: Monday, Nov. 19, 2018 at 11:55pm MST Objective This assignment is designed to provide you with practice using functions/sub-functions to perform computations. You will also practice using repetition/loops, selections, and formatting outputs. You will develop a MATLAB program that utilizes functions/sub-functions to summarize medal standings from the Winter Olympics based on results from individual sports. Marking Scheme You will get a total of 50 points for completing the following: TASK POINTS 20 Part A -Use and design of function and sub-functions with correct dis Part B Further testing of your solution with an alternative olympicsmat file 15 ality of code TOTAL 50 Points for Quality of Code Complete file header - 3 points Design (appropriate use and naming of variables)- 5 points Comments in the code 5 points . . . Layout (indentation/spacing)-2 points Submission Filename for this assignment: Assign4 UofA ID Number.m. For example, for a U of A ID Number: 1234567, the filenarne for assignment #4 is Assign41234567.m . Submit only your .m file under Assignment 4 in your eClass/Moodle account. The assignment is due Monday Nov. 19, 2018 at 11:55 PM MST ENCMP 100-Computer Programming for Engineers Page 1 of 4 ENCMP 100 Computer Programming for Engineers Assignment #4 Due: Monday, Nov. 19, 2018 at 11:55pm MST Objective This assignment is designed to provide you with practice using functions/sub-functions to perform computations. You will also practice using repetition/loops, selections, and formatting outputs. You will develop a MATLAB program that utilizes functions/sub-functions to summarize medal standings from the Winter Olympics based on results from individual sports. Marking Scheme You will get a total of 50 points for completing the following: TASK POINTS 20 Part A -Use and design of function and sub-functions with correct dis Part B Further testing of your solution with an alternative olympicsmat file 15 ality of code TOTAL 50 Points for Quality of Code Complete file header - 3 points Design (appropriate use and naming of variables)- 5 points Comments in the code 5 points . . . Layout (indentation/spacing)-2 points Submission Filename for this assignment: Assign4 UofA ID Number.m. For example, for a U of A ID Number: 1234567, the filenarne for assignment #4 is Assign41234567.m . Submit only your .m file under Assignment 4 in your eClass/Moodle account. The assignment is due Monday Nov. 19, 2018 at 11:55 PM MST
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started