Borrar filtros
Borrar filtros

Need help displaying an output file for data.

2 visualizaciones (últimos 30 días)
Clemente Delgado Vega
Clemente Delgado Vega el 13 de Dic. de 2019
Comentada: Star Strider el 13 de Dic. de 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

Respuesta aceptada

Star Strider
Star Strider el 13 de Dic. de 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 comentarios
Clemente Delgado Vega
Clemente Delgado Vega el 13 de Dic. de 2019
Thank you
Star Strider
Star Strider el 13 de Dic. de 2019
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by