-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Dear Nico,
It is my honour to read your paper A Smart Charging Algorithm Considering Multiple Revenue Opportunities. It is really impressive and helpful.
I run Initialisation and download data, but the folder names make me confused. And I try to find the SmartChargingDatabase folder but cannot.
%% Set data paths
Path.Base=pwd;
if ismember('', pwd)
Dl=''; % Windows path delimiter
else
Dl='/'; % Linux path delimiter
end
if strcmp(Path.Base(1:5), '/home')
Path.Database='/home/ma-student/Seafile/SmartChargingDatabase/';
Path.SMAPlant='/home/ma-student/Seafile/SMAPlantData/PlantData/';
elseif strcmp(Path.Base(1:14), 'C:\Users\nicop')
Path.Database='C:\Users\nicop\Seafile\SmartChargingDatabase';
Path.SMAPlant='C:\Users\nicop\Seafile\SMAPlantData\PlantData';
elseif strcmp(Path.Base(1:13), 'C:\Users\Nico')
Path.Database='C:\Users\Nico\Seafile\SmartChargingDatabase';
Path.SMAPlant='C:\Users\Nico\Seafile\SMAPlantData\PlantData';
end
However, the link data https://seafile.zfn.uni-bremen.de/d/8855e427c3a945db8112/ is as follow.
| | PredictionData | | 2 years ago |
| | SimulationData | | 2 years ago |
| | SMAPlantDataPrediction | | 2 years ago |
| | SmardData | | 2 years ago
Thank you. Hope you have time to help me out.
Best,
Chengwei