photo

Afsane Afsane


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I find the maximum element of each column of a cell array
I have a cell array like this: if true ca={'x' 1 1 9 3;'y' 5 1 1 1; 'z' 5 7 5 9}; end I have to find the max nu...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can I sort this cell Array?
I shouldn't convert the cell array to array. Is there any function to sort the array based on last column directly? or at least ...

mehr als 9 Jahre vor | 0

Frage


How can I sort this cell Array?
Hello I have a cell arraye like this: ca{1,1}={'x' ;'y'; 'z'}; ca{1,2}=[1 1 9 3;... 5 1 1 1;... ...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten