Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!p35g2000yqh.googlegroups.com!not-for-mail
From: Mauro <msmscarlatti@googlemail.com>
Newsgroups: comp.soft-sys.matlab
Subject: checking a function handle
Date: Fri, 30 Oct 2009 07:36:31 -0700 (PDT)
Organization: http://groups.google.com
Lines: 4
Message-ID: <8e3b51f4-f830-42f3-ab71-3a7b97a643d6@p35g2000yqh.googlegroups.com>
NNTP-Posting-Host: 195.7.253.9
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1256913392 567 127.0.0.1 (30 Oct 2009 14:36:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 30 Oct 2009 14:36:32 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: p35g2000yqh.googlegroups.com; posting-host=195.7.253.9; 
	posting-account=XIrIqQoAAAACqT_yRDQixRhB0ecY5Okd
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
	1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:581282


I want to check in an if statement if a function handle is equal to
the identity @(x) 1. Is there any way for me to do that?

Thanks.