% Download Data - Johannes Ziegmann, Johannes.Ziegmann@thi.de restoredefaultpath; clear; close all; clc; fprintf('=============== START DOWNLOADING ===============\n') %% Download options = weboptions('Timeout', 3000); URL = 'https://driver-observer.thi.de/retrieve_arbitrary_sql.php?auth=Qnb7jfeGZM&'; SQL_cudata = 'sql=SELECT%20`flt_obd_speed`,`hr_traficSpeed`,`tt_calc_speedInKmPerH`%20FROM%20`computeddata`'; Tinp = webread([URL SQL_cudata], options);