function inside function
- From: "hagii" <oercim@xxxxxxxxx>
- Date: 26 Aug 2005 16:53:17 -0700
Hello,
I have a problem. I want to define a function. And I want one of
its input to be a function. This input will be a function but like a
variable.For example,let like that,
myfunc( func(a),b,c)
b=5;
c=func(b);
now if i give sin(a) as input then func(b) will be sin(b) or if i
give cos(b) as input then func(a) will be cos(b).
(note:the functions will not be sin or cos.they will be more
complicated which will be defined by me)
Is such a thing possible?If it is possible, how will i do it?
Thanks a lot. Best regards.
.
- Follow-Ups:
- Re: function inside function
- From: sturlamolden
- Re: function inside function
- From: per isakson
- Re: function inside function
- From: mark
- Re: function inside function
- Prev by Date: utilise femlab plot
- Next by Date: Re: SIMULINK rayleigh multipath
- Previous by thread: utilise femlab plot
- Next by thread: Re: function inside function
- Index(es):
Relevant Pages
|
Loading