Matlab : Function handle givin array to cell array of function handles

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
espen180
Messages
831
Reaction score
2
Hi.

I am currently in a situation where I have a function handle giving as putput an array of doubles. I would like to convert this to a cell array of function handles, each giving a component of the previous array.

The original function handle is produced by a built-in MATLAB function, so I don't see an easy way of redefining the function to give me what I want, but maybe there is a trick I am not aware of?

So far, google and the MATLAB documentation have not been of any help.

Any help would be greatly appreciated!
 
Physics news on Phys.org
This isn't enough information; show some code so we can see *specifically* what's going on.