Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

PLEASE HELP ME :((

1 visualización (últimos 30 días)
ali veli
ali veli el 27 de Oct. de 2020
Cerrada: John D'Errico el 26 de Nov. de 2020
  1 comentario
Sudhakar Shinde
Sudhakar Shinde el 27 de Oct. de 2020
You can start matlab tutorials to understand your points.
1. To create vector of 10 element:
V=[1,2,3,4,5,6,7,8,9,10]; or simply V=1:10
to create 2x2 matrix:
A=[1,2;3,4]
2. Histogram and mean function is available in matlab. Check link:

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by