help-octave
[Top][All Lists]
Advanced

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

Re: lsqlin() error message


From: Ardid, Salva
Subject: Re: lsqlin() error message
Date: Fri, 5 Jul 2019 12:26:40 +0000

El divendres, 5 de juliol de 2019, a les 7:58:14 EDT, GoSim va escriure:

  I don't have Matlab.
  
  
  
  --
  Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html

For the case it is useful, in Matlab 2019a:

>> C = [1 2 3;4 5 6; 2 4 6]

C =

     1     2     3
     4     5     6
     2     4     6

>> D=[4 5 8]'

D =

     4
     5
     8

>> lsqlin(C,D,[],[])

ans =

   NaN
   NaN
   NaN
  
  
  




reply via email to

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