I need help in my project

I need help in creating my project on MATLAB the project is : to create a program that shows the results of exams to students , the program has many options like : it can show the statistics of the results , the degrees , pie show , and makes the user can search for their results by his name or class number.
I need the tips that I should work on this project ?? thank u

Answers (1)

Image Analyst
Image Analyst on 10 May 2013

0 votes

What form does your input data take? Or are you free to invent any input data that you like? Why not make a cell array with each row being one student - their name, class number, degree being pursued, course names and grades, etc.

2 Comments

thanks for answering me :) I want 2 tell u that all data I have is the students names and their degrees in the different subjects .. the program - that I should do - must show the data statistics and ready for users to search for their results.
But you didn't really answer me. If all you have is the students' names and the college degree that they are pursuing, then what data is there to do statistics on? Explain to us what this means to you: "results of exams to students". Clearly "results of exams to students" is not names and degrees, but you say that names and degrees are all you have. So that is a contradiction you need to clear up. Without that about all you can get is a count of how many students are pursuing each degree (BS, MS, PhD, etc.), which could be further broken down my major if you want (Electrical Engineering, Optics, Mathematics, Physics, etc.).

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 10 May 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!