We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi developer, I got the following error after running the script Simu_Matlab.m
>> Simu_Matlab Error using f_fu_fx_Wrapper (line 7) Output argument "dx" (and possibly others) not assigned a value in the execution with "f_Wrapper" function. Error in OCP_GEN_fdt_fudt_fxdt (line 2) [f,fu,fx] = f_fu_fx_Wrapper(u,x,p,parIdx); Error in OCP_F_Fu_Fx (line 57) [fdt,fudt,fxdt] = OCP_GEN_fdt_fudt_fxdt(u,x,p,parIdx); Error in coarse_update_func (line 58) [F_j_i,Fu_j_i,Fx_j_i] = OCP_F_Fu_Fx(u_j_i,x_j_i,p_j_i,discretizationMethod,isMEnabled,i); Error in NMPC_Solve_SearchDirection (line 64) parfor (i=1:DoP,numThreads) Error in NMPC_Solve (line 76) NMPC_Solve_SearchDirection(x0,pSplit,rho,lambdaSplit,muSplit,uSplit,xSplit,zSplit,LAMBDASplit); Error in Simu_Matlab (line 73) [solution,output] = NMPC_Solve(x0Measured,p,options);
The matlab version I am using is 2021b. And I did not find any other script that can generate the figure in the README file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi developer,
I got the following error after running the script Simu_Matlab.m
The matlab version I am using is 2021b. And I did not find any other script that can generate the figure in the README file.
The text was updated successfully, but these errors were encountered: