Community Profile

photo

Peter Farkas


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to write cell array into a csv file
Convert to table and use writetable function T = cell2table(c(2:end, :)); T.Properties.VariableNames = c(1:end, :); writetabl...

mehr als 6 Jahre vor | 0

Beantwortet
Find index of cells containing my string
You can also explicitelly define the index matrix: [rw, ~] = size(cellArray); ind = [1:1:rw]; idx = st...

fast 8 Jahre vor | 0