Plots with [N x M] Matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MBM
el 15 de En. de 2022
Comentada: Cris LaPierre
el 15 de En. de 2022
,
3 comentarios
James Tursa
el 15 de En. de 2022
Editada: James Tursa
el 15 de En. de 2022
If I type in "bar" to the Help Center Support and click on the first link this shows up:
Maybe you could start by reading through this and looking at the examples.
Cris LaPierre
el 15 de En. de 2022
OP delete their question. From the cache:
Guys im not sure how to set up a Bar plot with N x M matrix as input.
Here's what i want:

Respuesta aceptada
Cris LaPierre
el 15 de En. de 2022
Editada: Cris LaPierre
el 15 de En. de 2022
% nxm matrix
grades = randi(100,5,3);
histogram(grades,[0:10:100])
xlabel("Grade")
ylabel("Number of students")
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Color and Styling 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!