help-octave
[Top][All Lists]
Advanced

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

Re: Importing Matlab Code


From: Jordi Gutiérrez Hermoso
Subject: Re: Importing Matlab Code
Date: Thu, 17 Apr 2008 18:34:21 -0500

On 17/04/2008, Bruggemann, Jeremy J. (WSTF-RF)

<address@hidden> wrote:
 > Is there a way to import code into Octave from an already written Matlab
 > program?


There shouldn't be any need to "import" anything. Matlab syntax is a
 subset of Octave syntax (unless the Mathworks recently added more
 syntax I haven't heard of yet). Depending on the nature of your code,
 you may be using Matlab functions that aren't completely available in
 Octave yet, but if you're lucky, the exact same code works in Matlab
 as it does in Octave.

 Btw, I personally really like the enhancements that Octave adds to
 Matlab syntax. Matlab code looks a lot more neanderthal and Fortranish
 without the Octave enhancements. :-)

 - Jordi G. H.


reply via email to

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