Community Profile

photo

Peter Farkas


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
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...

plus de 6 ans il y a | 0

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

presque 8 ans il y a | 0