Community Profile

photo

Shannon


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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], ...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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,

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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, ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변