Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe07.iad.POSTED!7564ea0f!not-for-mail
From: Walter Roberson <roberson@hushmail.com>
Organization: Canada Eat The Cookie Foundation
User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab Problem!!!
References: <6200318.1228278241565.JavaMail.jakarta@nitrogen.mathforum.org>
In-Reply-To: <6200318.1228278241565.JavaMail.jakarta@nitrogen.mathforum.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 20
Message-ID: <n8oZk.3890$yB4.1164@newsfe07.iad>
NNTP-Posting-Host: 24.79.146.116
X-Complaints-To: internet.abuse@sjrb.ca
X-Trace: newsfe07.iad 1228279443 24.79.146.116 (Wed, 03 Dec 2008 04:44:03 UTC)
NNTP-Posting-Date: Wed, 03 Dec 2008 04:44:03 UTC
Date: Tue, 02 Dec 2008 22:44:16 -0600
Xref: news.mathworks.com comp.soft-sys.matlab:504585


Matt wrote:
> I'm trying to run the program:

> function [x,numIts]=newton(f,x)
[etc]

> But cannot seem to get it to run.  What commands do I need
> to enter to get this thing to run?!?!?!

What, more precisely, have you tried so far?

Are you familiar with construction .m files? Are you familiar with
how to call functions in matlab? What parameters are you passing in
when you call it?

-- 
.signature note: I am now avoiding replying to unclear or ambiguous postings.
Please review questions before posting them. Be specific. Use examples of what you mean,
of what you don't mean. Specify boundary conditions, and data classes and value
relationships -- what if we scrambled your data or used -Inf, NaN, or complex(rand,rand)?