10 lines
No EOL
206 B
Matlab
10 lines
No EOL
206 B
Matlab
clear all
|
|
close all
|
|
clc
|
|
%%%%%%%%%%%%%%%%
|
|
|
|
|
|
%% Load the existing GP
|
|
addpath("../../Gaussiandome/Identification/Computation results/")
|
|
load("Identification_Validation.mat")
|
|
load("Gaussian_Process_models.mat") |