Community Profile

photo

Peter Farkas


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

mer än 6 år ago | 0

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

nästan 8 år ago | 0