1 function plotCoopGeneric(rootPath, coordName, file)
7 fileName = strcat(file, '.txt');
8 xDot = importMatrices(strcat(rootPath, coordName, fileName));
10 nStep = size(xDot, 3);
12 %millisecond indicated in missionManager
14 totSecondPassed = sControlLoop*(nStep-1);
15 seconds = 0:sControlLoop:totSecondPassed;
29 leg = legend('$\dot{x}$
','$\dot{y}$
', '$\dot{z}$
', '$w_x$
', '$w_y$
', '$w_z$
'); 30 set(leg, 'Interpreter
', 'latex
', 'FontSize
' , legFontSize); 32 leg = legend('$\dot{x}$
','$\dot{y}$
', '$\dot{z}$
', '$w_y$
', '$w_z$
'); 33 set(leg, 'Interpreter
', 'latex
', 'FontSize
' , legFontSize); 37 set (tq, 'Interpreter
', 'latex
', 'FontSize
' , titleFontSize);