help-octave
[Top][All Lists]
Advanced

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

Using rat() heuristics for double-precision input (is this what you want


From: murali129
Subject: Using rat() heuristics for double-precision input (is this what you wanted?)
Date: Thu, 31 Aug 2017 07:42:58 -0700 (MST)

when I ran the below script in octave-online, it has thrown some errors

warning : Using rat() heuristics for double-precision input (is this what
you wanted?)
error: operator =: no conversion for assignment of 'class' to indexed
'matrix'
error: assignment failed, or no method for 'matrix = class'

syms w0 w1;
w = [w0 w1];
eX = [ 1 0.8];
hX(0) = eX(1,:)*w





--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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