Info

此问题已关闭。 请重新打开它进行编辑或回答。

PLEASE HELP ME :((

1 次查看(过去 30 天)
ali veli
ali veli 2020-10-27
关闭: John D'Errico 2020-11-26
  1 个评论
Sudhakar Shinde
Sudhakar Shinde 2020-10-27
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:

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by