Azzera filtri
Azzera filtri

Modeling of the influence of electric vehicles on standard load profiles of Households

2 visualizzazioni (ultimi 30 giorni)
i have make a model of the impact of electric vehicels on standard load profiles of Households . How should i do that in an esay way because i still a beginner in Matlab. Should i do it with Simulink or normal matlab code . I'm really confused and need an assist.

Risposta accettata

Sulaymon Eshkabilov
Sulaymon Eshkabilov il 30 Dic 2022
By assuming that you have the power consumption data of households and electric vehicles with some timestams and trying to prepare some statistical data analysis and data correlation analysis (power consumption by electroic vehicles and households), I would suggest you can start writing a M-file in MATLAB that is quite straightforward. Here are some very general steps to perform such data analysis.
Step 1. Data import into matlab using readtable() or readmatrix() if your colected data well formatted and tabulated
Step 2. Plot your raw data
Step 3. Perform a statistical analysis
Step 4. Perform a correlation analysis
Step 5. Draw conclusions
  3 Commenti
Sulaymon Eshkabilov
Sulaymon Eshkabilov il 2 Gen 2023
Please post your new question(s) while making your progress (your collected data, built plots, performed stat analysis, etc.) and let me know via this post. I'll try get back to you with my available timeschedule.
Mohamad Alobaid
Mohamad Alobaid il 8 Gen 2023
Modificato: Mohamad Alobaid il 8 Gen 2023
In the uploaded file you can see what i did. I imported the data from the file " repräsentative Profile VDEW", which shows the daily demand of one household.
I tried to follow the steps you mentioned. I couldnt find data for an electric vehicle's consumption, but i read that its around 3000 kW a year. The usual charging capacity in privat places like a Household is 3.7 kW.
Firstly i want to know if its correct, what i did until now. Then what i have to do to complete the solution ?
I'll be very thankful for your answer.
Note: The data is from german sources

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by