LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
linie_folgen.m
Go to the documentation of this file.
1function data = linie_folgen()
2% Author: Tobias Thüsing
3% Ruft externes Python Programm auf
4cd(strcat(pwd,'\files\toolbox\Linie folgen_20230118'))
5
6try
7system("linie_folgen_ez.exe");
8data=readmatrix('output.txt');
9catch
10
11 disp('ERROR')
12end
13cd(evalin('base','matlabPath;'));
14
15end
16
function linie_folgen()