Info

This question is closed. Reopen it to edit or answer.

PLEASE HELP ME :((

1 view (last 30 days)
ali veli
ali veli on 27 Oct 2020
Closed: John D'Errico on 26 Nov 2020
  1 Comment
Sudhakar Shinde
Sudhakar Shinde on 27 Oct 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:

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!