Skip to content

Commit 737d553

Browse files
author
Anders Krogh Mortensen
committed
Added path to common scripts
1 parent 9f635c6 commit 737d553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dronedataflow.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
function dronedataflow
22

33
%% Setup
4+
% Add drone dataflow functions to MATLAB path
5+
addpath(genpath('common'))
46

57
% Create struct with GUI elements (tabs, descriptions and buttons)
68
GUIstruct.name = 'Process single flight';

0 commit comments

Comments
 (0)