matlab rename, adapt for new software

This commit is contained in:
2019-02-19 16:34:49 +01:00
parent 4c676269fc
commit 46aab5ae36
10 changed files with 52 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
function [pb]=simFxFyStage(mot)
function [pb]=DeltaTauParam(mot)
% !!! first it need to run: [mot1,mot2]=identifyFxFyStage() tobuild a motor object !!!
%
%loads the current (11.10.2018) controller settings of the

View File

@@ -1,4 +1,4 @@
function [ssc]=StateSpaceControlDesign(mot,mode)
function [ssc]=ObserverParam(mot,mode)
% !!! first it need to run: [mot1,mot2]=identifyFxFyStage() to build a motor object !!!
%
% builds a state space controller designed for the plant.

Binary file not shown.

Binary file not shown.