alternate for feval


hadi
06-18-2009, 12:16 AM
hi,
im new here and in matlab...
i want an alternate for feval that wont use function as a string...

hadi

William Handler
08-06-2009, 07:43 AM
Hi Hadi

In Matlab 2009 feval does not require a string input, you can use a function handle instead.

This question by the way more properly belonged on the mathworks forums, as it does not concern implementing numerical recipes code in the matlab framework.