![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6308084_1572590371952.jpg)
Artemio Soto Breceda
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
2.521
of 297.016
REPUTACIÓN
24
CONTRIBUCIONES
2 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
9.228 of 20.419
REPUTACIÓN
77
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
505
CLASIFICACIÓN
54.921
of 157.725
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
File Exchange - two authors
I would like my collaborator to be able to modify my File Exchange submission, i.e. to be able to update the code, make comments...
más de 5 años hace | 0 respuestas | 0
0
respuestasMatlab Plotting Question: No graphs
Your problem is that x1 is a single value, rather than an array. It is actually plotting something, but it is just 1 single dot ...
más de 5 años hace | 0
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);
más de 5 años hace | 0
| aceptada
Calculating the average every three months
You have two options, to convert your table into an array with: data_array = data{:,:}; or to use the same expression, but wit...
más de 5 años hace | 0
| aceptada
Error with inverse of a matrix
There is nothing wrong with that code, but it looks like prior to it, you are assigning a value to inv. I.e. you create a variab...
más de 5 años hace | 0
| aceptada
Change yticks using a stacked plot
You should use the stackedplot with an output argument: handle = stackedplot(rand(5)); % Plot 5 random vectors with 5 elements ...
más de 5 años hace | 1
| aceptada
How can I use a vector inside an @fun?
I might not be understanding your question properly, but it looks like your code works just fine. Here is an example: a = linsp...
más de 5 años hace | 1
| aceptada
Pregunta
Bug on XFCE and arch linux
When I open figures or aditional windows (besides the main matlab window), I can't click on the menus of the other windows, beca...
casi 7 años hace | 0 respuestas | 0