Community Profile

photo

Peter Farkas


Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 6 años hace | 0

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

casi 8 años hace | 0