I need help in my project
Mostrar comentarios más antiguos
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
Respuestas (1)
Image Analyst
el 10 de Mayo de 2013
0 votos
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 comentarios
abdur-Rahmaan
el 11 de Mayo de 2013
Image Analyst
el 11 de Mayo de 2013
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.).
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!