photo

Sukumar GV


Last seen: mehr als 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

All
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 6 Jahre vor | 3

Gelöst


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...

fast 8 Jahre vor