help-octave
[Top][All Lists]
Advanced

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

nonconformant arguments in leasqr.m


From: olga_kruglova
Subject: nonconformant arguments in leasqr.m
Date: Wed, 4 May 2011 04:50:46 -0700 (PDT)

Hello everybody,

I try to use leasqr.m to fit data with function convoluted with known
resolution function but it gives me an error:
>> Convolution
Variables in the current scope:

  Attr Name        Size                     Bytes  Class
  ==== ====        ====                     =====  ===== 
   f   y        1024x1                       8192  double

Total is 1024 elements using 8192 bytes

Variables in the current scope:

  Attr Name        Size                     Bytes  Class
  ==== ====        ====                     =====  ===== 
       data     1024x1                       8192  double

Total is 1024 elements using 8192 bytes

Variables in the current scope:

  Attr Name        Size                     Bytes  Class
  ==== ====        ====                     =====  ===== 
   f   wt          4x1                         32  double

Total is 4 elements using 32 bytes

Variables in the current scope:

  Attr Name        Size                     Bytes  Class
  ==== ====        ====                     =====  ===== 
   f   y        1024x1                       8192  double

Total is 1024 elements using 8192 bytes

error: product: nonconformant arguments (op1 is 4x1, op2 is 1024x1)
error: called from:
error:   C:\OCTAVE~2\leasqr.m at line 184, column 3
error:   C:\OCTAVE~2\Convolution.m at line 25, column 67
 I can not understand why. Could you please help me out with it? Thank you
very much in advance!

Kind regards, Olga 

--
View this message in context: 
http://octave.1599824.n4.nabble.com/nonconformant-arguments-in-leasqr-m-tp3495237p3495237.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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