photo

Sukumar GV


Last seen: 2年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Compute probability of each element in each column of a m x n matrix.
You can use the following. Suppose Matrix is X [a, b] = hist (X, unique(X)) a/size(X,1) each row represents it...

6年以上 前 | 3

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年弱 前