Nimas
Followers: 0 Following: 0
Feeds
질문
How to combine elements from cell?
I have two 4x4 cells a = [10] [11] [12] [13] b = [20] [21] [22] [23] How to combine a a...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
How to pad zero in string using sprintf
Hello, I have some string '1010' '111' '010' '10' '10111' How to pad zero after the string by using sprint function to be ...
거의 2년 전 | 답변 수: 3 | 0
3
답변질문
How to add zeros in cell of string
Hello, I have 6x1 cell of string '10' '00' '11' '011' '0101' '0100' how do i change it to '1...
거의 2년 전 | 답변 수: 2 | 0
2
답변질문
Convert cell to matrix
Hello, i have 1x3 cell '00000000' '00000010' '00000011' how do i convert it into matrix form to be like this? 0 0 0...
대략 2년 전 | 답변 수: 2 | 0