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