PHD Project - Driver energy prediction
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
493 B

% 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);