I thought I could do matrix multiplications and the mathematical operators, but evidently I cannot.
See
m1 = {1 1; 2 4; 4 8; 3 6}
m1 =
{
[1,1] = 1
[2,1] = 2
[3,1] = 4
[4,1] = 3
[1,2] = 1
[2,2] = 4
[3,2] = 8
[4,2] = 6
}
>> m2 = m1.*0.2
error: binary operator '.*' not implemented for 'cell' by 'scalar' operations
>> m2 = m1^0.2
error: binary operator '^' not implemented for 'cell' by 'scalar' operations
--
Jonathan Camilleri
Mobile (MT): ++356 7982 7113
E-mail:
address@hiddenPlease consider your environmental responsibility before printing this e-mail.
I usually reply to emails within 2 business days. If it's urgent, give me a call.