cat cat
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to find unique values
Hi! I have the cell array of strings 'a' (attached): it's composed by 65 rows and 9 columns. For every columns, I want to find ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to delete duplicate values in a cell array of characters
hi! I have this cell array of charachter: a={'1';'1';'1';'1';'1';'3';'3';'3';'3';'3';'3';'4';'4';'4';'4'}; and I want to...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Create a table/matrix of strings
Hi! I have a cell array with these strings: '(43)2' '(43)42(34)' '042123' From them, I want to obtain a matrix...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Undefined function 'eq' for input arguments of type 'cell'.
Hi! I don't understand because my code gives an error if (prefixTree(1,4).prefixTree2(:,2)=='2') unique(prefixTree(1,4).p...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How to find prefix and postfix in a recursive way
Hi! I have a array of strings: I want to find prefix and postfix; after find postfix I want to find prefix and postfix of it and...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How to delete [ ] from an array
Hi! If I have an array like A, how can I delete [] from it? A={'4';'2';'(';'4';'(';'3';'3';'(';'(';'4';'4';'3';'(';'2';'('...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How to returns the same data as in array, but with no repetitions
I have the array 'prefix', attached in the question, and I want to obtain the same array with no repetitions. I have no idea wh...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How to find prefix in a sting
Hi! I have a vector of strings and I want to find the prefix Ex 0234567 --> prefix 0 How can I do?
9年弱 前 | 1 件の回答 | 0