Need help displaying an output file for data.

2 vues (au cours des 30 derniers jours)
Clemente Delgado Vega
Clemente Delgado Vega le 13 Déc 2019
Commenté : Star Strider le 13 Déc 2019
I have to write a MATLAB script (code) that reads an input file containing all the scores of 30 students and assign them their letter grade. I already have everything set up to give the correct letter grade i just need to open a new file to display it on.
This is what I have...
grade= xlsread('gradesexcel');
data.grade = discretize(grade,...
[.50, .60, .70, .80, .90, 1.00],...
'categorical',...
{'F','D','C','B','A'});
thank you

Réponse acceptée

Star Strider
Star Strider le 13 Déc 2019
I have no idea what you want to do.
However if you create a table of your results, writetable could do what you want.
  4 commentaires
Clemente Delgado Vega
Clemente Delgado Vega le 13 Déc 2019
Thank you
Star Strider
Star Strider le 13 Déc 2019
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by