├── .gitignore ├── Example_Constrained.m ├── Example_Constrained_C_N_1.m ├── Example_Constrained_C_N_3.m ├── Example_Constrained_Un_N_1.m ├── Example_Constrained_Un_N_3.m ├── README.md ├── actual_build_lmi11_jianbo.m ├── actual_build_lmi15_jianbo.m ├── actual_build_lmi16_jianbo.m ├── actual_build_lmi20_jianbo.m ├── actual_build_lmi21_jianbo.m ├── actual_build_lmi23_jianbo.m ├── actual_build_lmi24_jianbo.m ├── actual_build_lmi25_jianbo.m ├── actual_build_lmi26_jianbo.m ├── data └── pfeasreg_jianbo_u_constraint_N_1_umax_1.mat ├── define_lmi_variables_jianbo.m ├── genmarkovs.m ├── images ├── Example_LMI_11.png ├── feasreg_1_u_constraint_N_1_nrep_1000_random.png ├── feasregp_jianbo_1_u_constraint_N_1_umax_1.png ├── image_1_no_constraints_N_1.png ├── image_1_no_constraints_N_1_nrep_100.png ├── image_1_no_constraints_N_3.png ├── image_1_no_constraints_N_3_nrep_100.png ├── image_1_u_constraint_N_1_nrep_100.png ├── image_1_u_constraint_N_1_random.png ├── image_1_u_constraint_N_3_nrep_100.png ├── image_1_u_constraint_N_3_random.png ├── image_2_no_constraints_N_1.png ├── image_2_no_constraints_N_1_nrep_100.png ├── image_2_no_constraints_N_3.png ├── image_2_no_constraints_N_3_nrep_100.png ├── image_2_u_constraint_N_1_nrep_100.png ├── image_2_u_constraint_N_1_random.png ├── image_2_u_constraint_N_3_nrep_100.png ├── image_2_u_constraint_N_3_random.png ├── image_3_no_constraints_N_1.png ├── image_3_no_constraints_N_1_nrep_100.png ├── image_3_no_constraints_N_3.png ├── image_3_no_constraints_N_3_nrep_100.png ├── image_3_u_constraint_N_1_nrep_100.png ├── image_3_u_constraint_N_1_random.png ├── image_3_u_constraint_N_3_nrep_100.png ├── image_3_u_constraint_N_3_random.png ├── image_4_no_constraints_N_1.png ├── image_4_no_constraints_N_1_nrep_100.png ├── image_4_no_constraints_N_3.png ├── image_4_no_constraints_N_3_nrep_100.png ├── image_4_u_constraint_N_1_nrep_100.png ├── image_4_u_constraint_N_1_random.png ├── image_4_u_constraint_N_3_nrep_100.png ├── image_4_u_constraint_N_3_random.png ├── image_5_no_constraints_N_1.png ├── image_5_no_constraints_N_1_nrep_100.png ├── image_5_no_constraints_N_3.png ├── image_5_no_constraints_N_3_nrep_100.png ├── image_5_u_constraint_N_1_nrep_100.png ├── image_5_u_constraint_N_1_random.png ├── image_5_u_constraint_N_3_nrep_100.png ├── image_5_u_constraint_N_3_random.png ├── image_6_u_constraint_N_1_random.png └── image_6_u_constraint_N_3_random.png ├── model_parameters_jianbo.m ├── plot_figure_sim.m ├── pre_build_lmi11_jianbo.m ├── pre_build_lmi15_jianbo.m ├── pre_build_lmi16_jianbo.m ├── pre_build_lmi20_jianbo.m ├── pre_build_lmi21_jianbo.m ├── pre_build_lmi23_jianbo.m ├── pre_build_lmi24_jianbo.m ├── pre_build_lmi25_jianbo.m ├── pre_build_lmi26_jianbo.m ├── procedure_jianbo_esp.m ├── save_results_simulation.m ├── script_generate_feasible_region.m ├── script_generate_feasible_region_brute_force.m ├── script_generate_feasible_region_modified.m ├── script_generate_lmi_latex.m ├── script_run_all_examples_paper.m └── write_check_lmi.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/.gitignore -------------------------------------------------------------------------------- /Example_Constrained.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/Example_Constrained.m -------------------------------------------------------------------------------- /Example_Constrained_C_N_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/Example_Constrained_C_N_1.m -------------------------------------------------------------------------------- /Example_Constrained_C_N_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/Example_Constrained_C_N_3.m -------------------------------------------------------------------------------- /Example_Constrained_Un_N_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/Example_Constrained_Un_N_1.m -------------------------------------------------------------------------------- /Example_Constrained_Un_N_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/Example_Constrained_Un_N_3.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/README.md -------------------------------------------------------------------------------- /actual_build_lmi11_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi11_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi15_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi15_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi16_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi16_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi20_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi20_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi21_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi21_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi23_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi23_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi24_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi24_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi25_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi25_jianbo.m -------------------------------------------------------------------------------- /actual_build_lmi26_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/actual_build_lmi26_jianbo.m -------------------------------------------------------------------------------- /data/pfeasreg_jianbo_u_constraint_N_1_umax_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/data/pfeasreg_jianbo_u_constraint_N_1_umax_1.mat -------------------------------------------------------------------------------- /define_lmi_variables_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/define_lmi_variables_jianbo.m -------------------------------------------------------------------------------- /genmarkovs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/genmarkovs.m -------------------------------------------------------------------------------- /images/Example_LMI_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/Example_LMI_11.png -------------------------------------------------------------------------------- /images/feasreg_1_u_constraint_N_1_nrep_1000_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/feasreg_1_u_constraint_N_1_nrep_1000_random.png -------------------------------------------------------------------------------- /images/feasregp_jianbo_1_u_constraint_N_1_umax_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/feasregp_jianbo_1_u_constraint_N_1_umax_1.png -------------------------------------------------------------------------------- /images/image_1_no_constraints_N_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_no_constraints_N_1.png -------------------------------------------------------------------------------- /images/image_1_no_constraints_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_no_constraints_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_1_no_constraints_N_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_no_constraints_N_3.png -------------------------------------------------------------------------------- /images/image_1_no_constraints_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_no_constraints_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_1_u_constraint_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_u_constraint_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_1_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_1_u_constraint_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_u_constraint_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_1_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_1_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /images/image_2_no_constraints_N_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_no_constraints_N_1.png -------------------------------------------------------------------------------- /images/image_2_no_constraints_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_no_constraints_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_2_no_constraints_N_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_no_constraints_N_3.png -------------------------------------------------------------------------------- /images/image_2_no_constraints_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_no_constraints_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_2_u_constraint_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_u_constraint_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_2_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_2_u_constraint_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_u_constraint_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_2_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_2_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /images/image_3_no_constraints_N_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_no_constraints_N_1.png -------------------------------------------------------------------------------- /images/image_3_no_constraints_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_no_constraints_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_3_no_constraints_N_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_no_constraints_N_3.png -------------------------------------------------------------------------------- /images/image_3_no_constraints_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_no_constraints_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_3_u_constraint_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_u_constraint_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_3_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_3_u_constraint_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_u_constraint_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_3_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_3_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /images/image_4_no_constraints_N_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_no_constraints_N_1.png -------------------------------------------------------------------------------- /images/image_4_no_constraints_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_no_constraints_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_4_no_constraints_N_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_no_constraints_N_3.png -------------------------------------------------------------------------------- /images/image_4_no_constraints_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_no_constraints_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_4_u_constraint_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_u_constraint_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_4_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_4_u_constraint_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_u_constraint_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_4_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_4_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /images/image_5_no_constraints_N_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_no_constraints_N_1.png -------------------------------------------------------------------------------- /images/image_5_no_constraints_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_no_constraints_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_5_no_constraints_N_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_no_constraints_N_3.png -------------------------------------------------------------------------------- /images/image_5_no_constraints_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_no_constraints_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_5_u_constraint_N_1_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_u_constraint_N_1_nrep_100.png -------------------------------------------------------------------------------- /images/image_5_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_5_u_constraint_N_3_nrep_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_u_constraint_N_3_nrep_100.png -------------------------------------------------------------------------------- /images/image_5_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_5_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /images/image_6_u_constraint_N_1_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_6_u_constraint_N_1_random.png -------------------------------------------------------------------------------- /images/image_6_u_constraint_N_3_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/images/image_6_u_constraint_N_3_random.png -------------------------------------------------------------------------------- /model_parameters_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/model_parameters_jianbo.m -------------------------------------------------------------------------------- /plot_figure_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/plot_figure_sim.m -------------------------------------------------------------------------------- /pre_build_lmi11_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi11_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi15_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi15_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi16_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi16_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi20_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi20_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi21_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi21_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi23_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi23_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi24_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi24_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi25_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi25_jianbo.m -------------------------------------------------------------------------------- /pre_build_lmi26_jianbo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/pre_build_lmi26_jianbo.m -------------------------------------------------------------------------------- /procedure_jianbo_esp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/procedure_jianbo_esp.m -------------------------------------------------------------------------------- /save_results_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/save_results_simulation.m -------------------------------------------------------------------------------- /script_generate_feasible_region.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/script_generate_feasible_region.m -------------------------------------------------------------------------------- /script_generate_feasible_region_brute_force.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/script_generate_feasible_region_brute_force.m -------------------------------------------------------------------------------- /script_generate_feasible_region_modified.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/script_generate_feasible_region_modified.m -------------------------------------------------------------------------------- /script_generate_lmi_latex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/script_generate_lmi_latex.m -------------------------------------------------------------------------------- /script_run_all_examples_paper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/script_run_all_examples_paper.m -------------------------------------------------------------------------------- /write_check_lmi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emammendes/Constrained-model-predictive-control-synthesis/HEAD/write_check_lmi.m --------------------------------------------------------------------------------