Reference no: EM133023639
Assignment
Choose a topic of interest with data set to work with
Make sure your data set has the scope for all the project requirements below
Project structure and requirements
•Code should be modular, user-driven and contain:
I. User interaction (e.g., with the listdlg/menu or input functions, other user interaction acceptable).
II. Reading from at least one data file.
III. At least one user-defined function that has input arguments.
IV. At least one user-defined function that has output arguments.
V. At least one user-defined function with no input arguments.
VI. At least one user-defined function with no output arguments.
VII. Output (both plotting and fprintf).
VIII. Some calculations/statistical analysis.
IX. Use of vectors and matrices, including indexing.
X. At least one selection statement (if, if-else, switch, etc. - more credit if more used).
XI. At least one loop statement (for, while - more credit if more used).
Write a code using Matlab Language and write a report on the operation of the code