summaryrefslogtreecommitdiffstats
path: root/templates/MPC_TS_SC_script.m
blob: 9499cf1802cb9416287b8d5c7c54acea1aa87308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (c) 2023, Amon Lahr, Simon Muntwiler, Antoine Leeman & Fabian Flürenbrock Institute for Dynamic Systems and Control, ETH Zurich.
%
% All rights reserved.
%
% Please see the LICENSE file that has been included as part of this package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

S=100000000*eye(6);
v=100000000;
matfile=struct("S",S,"v",v);
save("MPC_TS_SC_params.mat","-struct","matfile")