Code: Select all
Check for incorrect argument data type or missing argument in call to function 'reshape'.
Error in ndgrid (line 69)
x = reshape(x,s);
Error in PAL_AMPM_CreateLUT (line 19)
[a, b, g, l, m, x] = ndgrid(priorAlphaValues, priorBetaValues, priorGammaValues, priorLambdaValues, priorModelIndeces, StimLevels);
Error in PAL_AMPM_Demo (line 170)
vizLUT = squeeze(PAL_AMPM_CreateLUT(alphas,betas,gammas,lambdas,stimRange,PF,false));