From: Abhishek on
Hi
I am using
kaku=(a)solve;
S=arrayfun(kaku,eq,TL1(3:i+2))
where eq=<1*11sym>
and TL1=<1*25sym>
which returns error as
??? Error using ==> arrayfun
Unsupported ARRAYFUN input type: sym
please tell me how to use solve function because i have to use the array TL1 and eq
and i determines the index;
From: us on
"Abhishek " <abhi14jan(a)yahoo.com> wrote in message <i26h5j$4st$1(a)fred.mathworks.com>...
> Hi
> I am using
> kaku=(a)solve;
> S=arrayfun(kaku,eq,TL1(3:i+2))
> where eq=<1*11sym>
> and TL1=<1*25sym>
> which returns error as
> ??? Error using ==> arrayfun
> Unsupported ARRAYFUN input type: sym
> please tell me how to use solve function because i have to use the array TL1 and eq
> and i determines the index;

a hint:

help for;

us