help-octave
[Top][All Lists]
Advanced

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

Re: changing output mode of symbolic octave


From: Leo07nard
Subject: Re: changing output mode of symbolic octave
Date: Tue, 4 Aug 2015 04:20:22 -0700 (PDT)

Thank you Duag,
 But the only difference is as below:
e = (sym)

  56*x   5*y
  ---- + ---
   3      3

>>  musf=function_handle(e)
musf =

@(x, y) 56 .* x ./ 3 + 5 .* y ./ 3

there is still no real output. Octave cannot automatically divide 56/3 ? (in
this example) 



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



reply via email to

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