help-octave
[Top][All Lists]
Advanced

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

matlab incompatibility for `gammainc'


From: Muhali
Subject: matlab incompatibility for `gammainc'
Date: Tue, 8 Jun 2010 14:45:45 -0700 (PDT)

in matlab, 

matlab>> F = gammainc(0,0,'upper');

gives no error while octave complains about the third argument:

octave>> F = gammainc(0,0,'upper')
error: Invalid call to gammainc.  Correct usage is:

 -- Mapping Function:  gammainc (X, A)


Additional help for built-in functions and operators is
available in the on-line version of the manual.  Use the command
`doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/matlab-incompatibility-for-gammainc-tp2248085p2248085.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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