help-octave
[Top][All Lists]
Advanced

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

Re: Help on error: can't perform indexing


From: Muthiah Annamalai
Subject: Re: Help on error: can't perform indexing
Date: Wed, 14 Feb 2007 10:05:43 -0600

On Wed, 2007-02-14 at 13:33 -0200, address@hidden wrote:
> 
> Dear Users, 
> 
> Runnning the code below, I got the error: 
> 
> octave.exe:35> prog.m 
> error: can't perform indexing operations for <unknown type> type 
> 
Octave is not able to find the file prog in the PATH variable.
Use function addpath() to add the directory where you have the file
'prog.m' to the PATH, then run prog.m

OTOH, Octave tries to decode prog.m as a structure prog, with field m
which is why it reports such an error I believe.

~ Muthiah




reply via email to

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