How to run "start.m" on Octave

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
marinezaku
Posts: 4
Joined: Fri Mar 18, 2016 2:39 pm
Location: person

How to run "start.m" on Octave

#1 Unread post by marinezaku »

Hi ! (^ ^)

In order to run ROMSTOOLS, I'm using Cygwin-X and Octave instead of Linux and MATLAB.

I tried to run "start.m" of ROMSTOOLS at Octave on Cygwin-X,
but I got the following error messages.

-----------------------------------------------------------------------
>> start
parse error near line 62 of file /home/Neptune/Roms_tools/Run/start.m

syntax error

>>> !uname -m > .mysystem
-----------------------------------------------------------------------

The line 62 is the following.

-----------------------------------------------------------------------
!uname -m > .mysystem
-----------------------------------------------------------------------

Does anybody know how to run "start.m" normally ?

Post Reply