photo

Sukumar GV


Last seen: casi 3 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
1 Respuesta

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
7.904
of 300.392

REPUTACIÓN
6

CONTRIBUCIONES
0 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
117.406
of 168.373

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

más de 7 años hace | 3

Resuelto


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

más de 8 años hace