Is there any way to graph the MPC cost function?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Milad Shojaee
el 25 de Oct. de 2023
Respondida: Emmanouil Tzorakoleftherakis
el 27 de Oct. de 2023
Hello, I want to graph the MPC cost function and see how it converges. Does MPC object give you the information about the cost function data? How about MPC designer App? Is there any section in which I can see the cost function convergence graph? Thanks
1 comentario
Sam Chak
el 25 de Oct. de 2023
Do you have the mathematical formula for the MPC cost function? If the formula is a mathematical function of the states and inputs, , then I believe you can manually plot it out with plot(t, J). Have you tried that?
Respuestas (1)
Ver también
Categorías
Más información sobre Refinement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!