photo

Liam


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Is there a way to use findgroups() so that it is based on order in the matrix instead of alphabetical?
I am using findgroups() as an integral part of the script I'm currently working with, but the way that findgroups() outputs its ...

1 year ago | 1 answer | 0

1

answer

Question


Creating subplots based on a cell array
Hi, If I have two cells like this: cell1 = {'AA' 'AA' 'BC' 'BC' 'BC' 'DD' 'DD'; 1 2 3 4 5 6 7; 7 6 5 4 3 2 1; 5 9 8 7 6 5 4} ...

1 year ago | 2 answers | 0

2

answers

Question


How to sort a cell array with respect to another cell array?
Hello: If I have cell array A: cellA = {'A', 'B', 'C', 'D'; 1, 2, 3, 4; 5, 6, 7, 8; 9, 1, 2, 3} and cell array B: cellB = {'...

1 year ago | 2 answers | 0

2

answers