Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix
matches the number of rows in the second matrix. To operate on each element of the matrix
individually, use TIMES (.*) for elementwise multiplication.
Error in ppcaEmbed (line 53)
X = Ycentre*u(:, 1:dims)*diag(1./sqrt(v(1:dims)));
Error in vargplvmCreate (line 109)
X = initFunc(model.m, q);
Error in vargplvmEmbed2 (line 53)
model = vargplvmCreate(latentDim, d, Y, options);
Error in demToyDataVargplvm2 (line 53)
[~, ~, ~, ~, model] = vargplvmEmbed2(Y, latentDim, options, initVardistIters, itNo, true, optionsDyn);
Error in VGPDStutorial>scenario1 (line 85)
demToyDataVargplvm2 % Check this script
Error in VGPDStutorial (line 17)
model = scenario1;
Related documentation
