help-octave
[Top][All Lists]
Advanced

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

Re: Fsolve- add to other program


From: tmacchant
Subject: Re: Fsolve- add to other program
Date: Mon, 24 Aug 2015 04:15:18 -0700 (PDT)

>> ex1
error: 'xe1' undefined near line 31 column 37
error: called from
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    fsolve at line 206 column 8
    ex1 at line 53 column 4
>> ex1

This is due to 
line 45
psi=@(Omega,Q)
muk(Omega,Q).*phi(Omega,Q)+mue(Omega,Q).*xe(Omega,Q)+mun(Omega,Q);

phi(Omega,Q)=> phi(Omega,Q,xe1)

However, correction the above results in

error: evaluating argument list element number 3
error: called from
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    ex1> at line -1 column -1
    fsolve at line 206 column 8
    ex1 at line 53 column 4

????

I cannot use more time at present.

Tatsuro





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Fsolve-add-to-other-program-tp4672189p4672253.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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