help-octave
[Top][All Lists]
Advanced

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

Help


From: Orlando Cerrutti
Subject: Help
Date: Tue, 30 Jul 2019 17:17:45 +0000

I do not understand why I have this error message, thanks for your help

 

Orlando.

 

>> X={1,2;3,4}

X =

{

  [1,1] =  1

  [2,1] =  3

  [1,2] =  2

  [2,2] =  4

}

 

>> Y=X'*X

error: binary operator '*' not implemented for 'cell' by 'cell' operations

>> 

 

 

 

      

 


reply via email to

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