NKI-CCB/won-parafac

Demo error

Closed this issue · 2 comments

Hi,

when I run the demo I get this error:

Error using norm
Input must be 2-D.

Error in wonparafac (line 84)
normX = norm(WeightW.*X)

Can you check which norm function you are using now?
It should be from the tensor toolbox.

Hope this helps.

Actually, I think the line causing the error is not necessary. I updated the script. (merely just removing one line).