Shannon
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
195.218
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
how to extend each element in a cell string array to fixed size?
I have a cell string array A={'123', '4567', 67894'}, I want to extend each element to a fixed size, like size of 8, and fill in...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to set value in a matrix
I have a double matrix 4x5 matrix A=[11 12 13 14 15; 21 22 23 24 25; 31 32 33 34 35; 41 42 43 44 45], ...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I extract info from a cell array
I have a cell array A={'This is AAA'; 'This is BBBBB'; 'Junk'; 'This is DDDD'} How do I extract the characters after "This is" a...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to export cell array to excel
I have a cell array, A = {'matlab' 'ver' 12}, When I export it to excel file, number 12 is text type, how to change the type to...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sort a matrix by a predefined order
I have a matrix, A=[1 2; 3 4; 5 6; 7 8], how to reset the order by B=[1; 4; 3; 2] to get A = [1 2; 7 8; 5 6; 3 4]? Thanks,
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
extract a double array to multiple arrays
I have a double array aa = [1, 2, 3, 4, 11,12, 13, 14, 21, 22, 23, 24] How can I get 3 arrays b1 = [1, 11, 21] b2 = [2, ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to rearrange cell array with the grouped sequence
I have a cell array in this format: 21 3 '1' 31 2 '1 1' 25 1 '2 2 1 1' How can I rearrange the cell array to: 21 3 1 3...
casi 5 años hace | 2 respuestas | 0