Shannon
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
195 218
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
85.71%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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], ...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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,
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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, ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 2 réponses | 0