Use unique on a cell array containing two columns

1 次查看(过去 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
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
Prabhan Purwar 2019-11-19

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by