Shannon
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
195 218
of 295 569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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], ...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 5 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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,
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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, ...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 5 år ago | 2 answers | 0