Use unique on a cell array containing two columns
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I keep on getting this error when applying the unique function to my data. The data consits of a cell array with two column which are different compination of brainregion.
This is the error I get:
Unable to group rows using unique values of the table variable 'BRAINREGION' because it is a cell array with more than one column.
My code:
GroupingVariables3 = {'BRAINREGION'};
[DataTable3,~,ix3] = unique(DataTable(:,GroupingVariables3),'rows');
I hope someone can help :)
1 件のコメント
the cyclist
2019 年 10 月 7 日
It would be much easier to help if you uploaded your data (or a small subset that exhibits the error) in a *.mat file.
回答 (1 件)
Prabhan Purwar
2019 年 11 月 19 日
Hello,
Kindly provide a small subset of data to replicate your problem.
The following link may be helpful:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!