help-octave
[Top][All Lists]
Advanced

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

Re: HI new guy trying to load matlab files


From: malik martin
Subject: Re: HI new guy trying to load matlab files
Date: Fri, 9 Mar 2007 23:53:08 -0500

octave:8> figure1_02
error: `wavread' undefined near line 1 column 15
error: near line 1 of file `/cygdrive/e/bookx/dafx/M_files_chap01/figure1_02.m'
octave:8>

On 3/9/07, Przemek Klosowski <address@hidden> wrote:
the figure1_02.m file is probably a matlab code, and the 'load' command
is designed to load a data file with numbers. You need to invoke your
file as octave commands, by simply calling out its name:

    octave> figure1_02




reply via email to

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