help-octave
[Top][All Lists]
Advanced

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

Octave Error


From: dipak
Subject: Octave Error
Date: Wed, 11 Dec 2013 17:33:16 -0800 (PST)

Hi,

I am converting a piece of code from Matlab to Octave.

---
syms x y
q=x^2*y^3*exp(x)
--
and in Octave converted to
-------
symbols
x=sym("x")
y=sym("y")
q=sym("q")
q=x^2*y^3*exp(x)
-------
And got this error...
*>>>error: expm1: not defined for ex*

what am I doing wrong?  pls help



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-Error-tp4660028.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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