1

MLE+ | RadiantMPC Example question

I was trying to figure out how RadiantMPC works. 'SetUpMPC.m' file loads 'ssModel.mat' file which as I thought is system identified model obtained from MLE+ packaged data gui tool. I was trying to recreate this state space model, but it returns different model. So, basically the question is how do they obtained 'ssModel.mat' file?

Edit: They use "Prediction.mat" file can someone clarify what is it and how do they obtained it?

Link to this MPC example: https://github.com/mlab-upenn/mlep_v1...

Sultan Yerumbayev's avatar
93
Sultan Yerumbayev
asked 2018-03-10 06:00:00 -0500, updated 2018-03-12 11:10:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I partly figured out that we use "Package Data" from 2.SystemID MLE+ front-end to wrap data simulated in Energy + into Matlab iddata object. After which we can run Matlab Identification tool to create State Space model.

Sultan Yerumbayev's avatar
93
Sultan Yerumbayev
answered 2018-03-12 10:54:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments