help-octave
[Top][All Lists]
Advanced

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

Re: trying to run matlab program


From: Paul Kienzle
Subject: Re: trying to run matlab program
Date: Fri, 23 May 2003 08:10:28 -0400
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3) Gecko/20030312

Alexei G wrote:

Hi I'm trying to get a matlab program to run in octave. This is the error message I'm getting:

p.stim = BME310

This is because you don't have a semicolon on the end of the line


error: rand: unrecognized string argument
error: called from `run_bme310' in file

These are because you are calling rand with 'state', for
which you need to install octave-forge
(http://octave.sf.net) or change the rand function call.

Paul Kienzle
address@hidden



-------------------------------------------------------------
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]