[go: up one dir, main page]

Error using vertcat in evalModelDirect

@mikolajr

When I run the TFrankprojections script with the new hyperspace and new topofilter versions, I run into this error.

Folder with attached case study for this error is in the polybox.

Error using vertcat Dimensions of matrices being concatenated are not consistent.

Error in evalModelDirect (line 34) paramValues = vertcat(variableParamValuesHead, fdat.fixedParamValuesTail);

Error in functionfinal_98cd12b160x2D7e5a0x2D48f30x2Db47f0x2D739bd0c09621 (line 17)

Error in functionfinalwrap_506b540170x2Df3350x2D4f920x2Db9000x2D73ddb8d7 (line 9)

Error in rowfevaln (line 9) [xiCell{1:nout}]=feval(func,B(i,:));

Error in rowfeval (line 9) x = rowfevaln(func, nout, B);

Error in integrator (line 79) X = rowfeval(funcion, nfout, B);

Error in intelintg2 (line 75) [res(:,i), err(:,i), nib(i)]=integrator(funcion,nfout,B,Vol,bmax,bmin,EjesAPrev,centcccPrev,dim);

Error in Volint (line 100) [res, err]=intelintg2(funcfinalwrapStr,2,EjesA,centccc,Volumenelip,dim,nintf,bmax,bmin);