leo
25f2fbc831
* create a proper p1.mat project * create a proper Simulink p1.slx * add new and correct Simulink simulation output data, previous Simulink data was garbage * save re-generated pictures with fresh Simulink data in data/m.csv and reworked python functions (there were errors in the implementation) * standardise picture naming to one that makes more sense
11 lines
134 B
Matlab
11 lines
134 B
Matlab
step(1, [2 5 1])
|
|
length(out.u);
|
|
length(out.y);
|
|
|
|
cd ~/src/utb/ak9im/ak9im/p1/data/;
|
|
|
|
m = [out.u,out.y];
|
|
m;
|
|
|
|
% writematrix(m, 'm.csv');
|