photo

Shannon


Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
214,961
of 299,706

평판
0

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,791

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 165,568

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

5년 초과 전 | 답변 수: 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], ...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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,

5년 초과 전 | 답변 수: 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, ...

5년 초과 전 | 답변 수: 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...

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

2

답변