Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
5.710
of 295.448
REPUTACIÓN
8
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
88.89%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Reorder confusion matrix in vectorized way
Hello everyone, I have one confusion matrix, which is a 2D cell array. The first row and the first columns are strings. The r...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Strange behavior retrieving directories' names with dir
I am trying to extract the names of the subdirectories contained in one directory. For example: mainDirectory ...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Print curly braces in a plot
Hello everyone, I am trying draw a curly brace to indicate a distance in a plot (with some accompanying text). The brace shou...
alrededor de 13 años hace | 4 respuestas | 3
4
respuestasPregunta
How to include a character with a macron (horizontal bar) in a legend?
I am trying to put a <http://en.wikipedia.org/wiki/Macron macron> over an "s" in a legend string. I have tried LaTeX syntax, but...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Merge confusion matrices in nice, vectorized way.
Hello everyone, I have several confusion matrices, which are a 2D cell array. The first row and the first columns are strings. ...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
UIGETFILE start in another directory AND choose two default file types
I am using UIGETFILE to choose Excel files, with .xls AND .xlsx extension. Also, I want UIGETFILE to start in another directory....
más de 13 años hace | 2 respuestas | 2
2
respuestasPregunta
How to read Facebook information in MATLAB?
I want to read data from a group in Facebook to make a statistical analysis (number of posts by each member, number of "likes", ...
más de 13 años hace | 2 respuestas | 2
2
respuestasPregunta
Why is loop time execution better than vectorized form in this case?
Hello everyone, At first, I had the following code: for ii = 1:numel(data.classes) switch data.classes{ii} ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
File name is too long using IMREAD in GUI
Hello everyone, I made a GUI with the help of GUIDE. In one callback, I am reading an image using IMREAD. However, MATLAB t...
más de 13 años hace | 3 respuestas | 0