help-octave
[Top][All Lists]
Advanced

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

HI new guy trying to load matlab files


From: John W. Eaton
Subject: HI new guy trying to load matlab files
Date: Thu, 8 Mar 2007 23:45:43 -0500

On  8-Mar-2007, malik martin wrote:

| i'm new to all of this stuff and i'm trying to get octave to load matlab 
files.
| this is the result i get.
| 
| octave:23> load figure1_02.m
| error: load: figure1_02.m: inconsistent number of columns near line 2
| error: load: unable to extract matrix size from file `figure1_02.m'
| 
| 
| any ideas?

You "load" data files.  To call functions, just type the name of the
function without the ".m".  So the above should probably be

  octave:23> figure1_02

jwe


reply via email to

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