Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% GPS Knopje
- function load_gps_Callback(hObject, eventdata, handles)
- [handles.name, handles.path] = uigetfile('.txt')
- fullpath = [handles.path, handles.name];
- handles.fullpath_gps = fullpath;
- set(handles.edit_gps, 'string', fullpath);
- %% Windkracht Knopje
- function load_wind_Callback(hObject, eventdata, handles)
- [handles.name, handles.path] = uigetfile('.txt')
- fullpath = [handles.path, handles.name];
- handles.fullpath_wind = fullpath;
- set(handles.edit_wind, 'string', fullpath);
Advertisement
Add Comment
Please, Sign In to add comment