Added MATLAB rewrite of the CARNOT optimisation function
This commit is contained in:
parent
adf4d0e02a
commit
7f9719cc64
15 changed files with 463 additions and 0 deletions
10
Simulink/test_casadi_mpc.m
Normal file
10
Simulink/test_casadi_mpc.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
clear all
|
||||
close all
|
||||
clc
|
||||
%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
%% Load the existing GP
|
||||
addpath("../../Gaussiandome/Identification/Computation results/")
|
||||
load("Identification_Validation.mat")
|
||||
load("Gaussian_Process_models.mat")
|
Loading…
Add table
Add a link
Reference in a new issue