![]() |
# This project is a simpler version of the previous state space # example. This uses the matrix token which reads in the matrix # from an ASCII file. # first the required information inputs 2 outputs 1 data_size 3 # now let's build the window start_col n title 'State Space\nController\nExample' matrix 'Dynamic Matrix A',5,5,'/home/efh4v/Devel/rtic/user/A.mat',0 matrix 'Input Matrix B',5,2,'/home/efh4v/Devel/rtic/user/B.mat',1 matrix 'Output Matrix C',1,5,'/home/efh4v/Devel/rtic/user/C.mat',2 end_col