Undefined function 'SO3Grid_find' for input arguments of type 'int32'.
Error in SO3Grid/find (line 62)
[hind,hd] = SO3Grid_find(yalpha,ybeta,ygamma,sgamma,int32(igamma),int32(ialphabeta),palpha,pgamma,
xalpha,xbeta,xgamma);
Error in orientation/calcKernelODF (line 72)
M = sparse(1:length(ori),find(S3G,ori),weights,length(ori),length(S3G));
Error in orientation/calcODF (line 68)
odf = calcKernelODF(ori,varargin{:},'kernel',psi);
Error in determineor (line 171)
bcc2fcc_odf = calcODF(orientation(rotation(bcc2fcc_candidate),symmetries{2},1),'halfwidth',1*degree);
Error in PAG_GUI/DetermineORButtonPushed (line 177)
[app.fcc2bcc,app.MCL{1},app.MCL{2},app.orbounds{1},app.orbounds{2},app.orbounds{3},app.orbounds{4},app.HistVariants,app.symrots,app.bcc2fcc_odf]
= determineor(app.Symmetries,app.TempGrainsData,app.viewdevelopmentCheckBox.Value);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 310)
Error while evaluating Button PrivateButtonPushedFcn.