help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting error message


From: NZG
Subject: Scripting error message
Date: Thu, 25 Nov 2004 21:34:18 -0600
User-agent: KMail/1.6.2

Every time I run a script it in Octave I get the message:

source(Problem72.m)
error: can't perform indexing operations for <unknown type> type
error: evaluating argument list element number 1

My script looks like this
#Problem 7.2
1;

A = [1 1;1 1];
B = [0;1];
C = [1 0];

m = 1;
alpha = 10;
beta = 10;

It works just fine, but always generates the error message.
Is my syntax wrong?
What am I forgetting?

thx,
NZG.




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]