help-octave
[Top][All Lists]
Advanced

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

Re: How to determine if you are in octave or matlab


From: Tom Holroyd
Subject: Re: How to determine if you are in octave or matlab
Date: Mon, 30 Apr 2007 22:53:14 -0400 (EDT)

Or more simply:

function [inOctave] = in_octave()
        inOctave = exist('OCTAVE_VERSION');
end

Tom Holroyd, Ph.D.
"The fundamentally misconceived nature versus nurture debate should be
abandoned: child development is inextricably both." -- Louann Brizendine


reply via email to

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