summaryrefslogtreecommitdiffstats
path: root/templates/generate_params_z.m
diff options
context:
space:
mode:
authorYanzhenXiangRobotics <xyz000327@gmail.com>2023-05-10 23:18:37 +0200
committerYanzhenXiangRobotics <xyz000327@gmail.com>2023-05-10 23:18:37 +0200
commit241e6d754e71e9784c49fc70f218269b07290b64 (patch)
treef8a2c2d5e57fbc6369d1fa9500ba81a8547d3465 /templates/generate_params_z.m
parentUpdate progress.md (diff)
downloadmpc_pe-241e6d754e71e9784c49fc70f218269b07290b64.tar.gz
mpc_pe-241e6d754e71e9784c49fc70f218269b07290b64.zip
Revert mistakenly pushed to master
This reverts commit c5cdd03fc0588f7d34d8b97713caa6d19e5becea.
Diffstat (limited to 'templates/generate_params_z.m')
-rw-r--r--templates/generate_params_z.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/generate_params_z.m b/templates/generate_params_z.m
index 6d25f63..a7cfaa9 100644
--- a/templates/generate_params_z.m
+++ b/templates/generate_params_z.m
@@ -9,7 +9,6 @@
function [params_z] = generate_params_z(params)
% initialize params_z
params_z = params;
-% display(params.model);
% add initial condition of z-subsystem
params_z.model = rmfield(params_z.model,{'InitialConditionA', ...