Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: "include" a .m file into another .m file
Date: Mon, 11 Jan 2010 15:08:02 +0000 (UTC)
Organization: dfgdfg
Lines: 2
Message-ID: <hifesi$9kq$1@fred.mathworks.com>
References: <fcbnen$rdu$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1263222482 9882 172.30.248.35 (11 Jan 2010 15:08:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 11 Jan 2010 15:08:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 660068
Xref: news.mathworks.com comp.soft-sys.matlab:598026


i have a file1.m where two functions defined.f1 and f2;
I wabt to use these functions in file file2.m.How can i do this?