Skip to content
New issue

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

Incorrect use of optimoptions #1

Open
fencun opened this issue May 17, 2024 · 4 comments
Open

Incorrect use of optimoptions #1

fencun opened this issue May 17, 2024 · 4 comments

Comments

@fencun
Copy link

fencun commented May 17, 2024

Incorrect use of optimoptions
The specified solver is invalid. Provide a solver name or handle (such as 'fmincon' or @fminunc).
Please type DOC OPTIMOPTIONS for a list of solvers.

@Azurehappen
Copy link
Owner

linprog is a MATLAB function specifically designed for linear programming (LP) problems, offering efficient solutions for LP tasks.

You can find this function supported by optimoptions as detailed in the MathWorks documentation (see the section on Name-Value Arguments).

Please ensure that you are using the correct MATLAB version and it includes the "Optimization Toolbox". If you encounter any errors, could you copy and paste them here so that I can assist you further?

@fencun
Copy link
Author

fencun commented May 17, 2024

linprog is a MATLAB function specifically designed for linear programming (LP) problems, offering efficient solutions for LP tasks.

You can find this function supported by optimoptions as detailed in the MathWorks documentation (see the section on Name-Value Arguments).

Please ensure that you are using the correct MATLAB version and it includes the "Optimization Toolbox". If you encounter any errors, could you copy and paste them here so that I can assist you further?

Thank you. I fixed the problem of optimoptions.
Here is another bug. Please see blew.

Function or variable 'total' is not recognized.

Error MultiGNSS_Single_Main (line 113)
scatter(p.t,total - output.raps_num_sat,'.')

@Azurehappen
Copy link
Owner

Azurehappen commented May 17, 2024

linprog is a MATLAB function specifically designed for linear programming (LP) problems, offering efficient solutions for LP tasks.
You can find this function supported by optimoptions as detailed in the MathWorks documentation (see the section on Name-Value Arguments).
Please ensure that you are using the correct MATLAB version and it includes the "Optimization Toolbox". If you encounter any errors, could you copy and paste them here so that I can assist you further?

Thank you. I fixed the problem of optimoptions. Here is another bug. Please see blew.

Function or variable 'total' is not recognized.

Error MultiGNSS_Single_Main (line 113) scatter(p.t,total - output.raps_num_sat,'.')

Thank you for the investigation. I apologize for this. I didn't do enough cleanup at the initial commits. There were multiple updates and commits recently. Would you mind updating to the current version and trying 'multiGnssMain.m'?

@fencun
Copy link
Author

fencun commented Jun 4, 2024

linprog is a MATLAB function specifically designed for linear programming (LP) problems, offering efficient solutions for LP tasks.
You can find this function supported by optimoptions as detailed in the MathWorks documentation (see the section on Name-Value Arguments).
Please ensure that you are using the correct MATLAB version and it includes the "Optimization Toolbox". If you encounter any errors, could you copy and paste them here so that I can assist you further?

Thank you. I fixed the problem of optimoptions. Here is another bug. Please see blew.
Function or variable 'total' is not recognized.
Error MultiGNSS_Single_Main (line 113) scatter(p.t,total - output.raps_num_sat,'.')

Thank you for the investigation. I apologize for this. I didn't do enough cleanup at the initial commits. There were multiple updates and commits recently. Would you mind updating to the current version and trying 'multiGnssMain.m'?

of course!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants