Borrar filtros
Borrar filtros

Applying function to cell array

5 visualizaciones (últimos 30 días)
Stephen Thompson
Stephen Thompson el 21 de Sept. de 2016
Respondida: George el 21 de Sept. de 2016
I want to apply a function to each row in a cell array. I have a 185 x 1 array (called values), each row with 60000 points. I want to apply the function:
min(findchangepts(x,'MaxNumChanges', 2))
I somewhat understand the cellfun function and can do something simple like finding the mean for each row:
avg = cellfun(@mean, values);
How do I apply this more complex function?

Respuestas (1)

George
George el 21 de Sept. de 2016
Define a function handle and use that as an input to cellfun()

Categorías

Más información sobre NaNs en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by