필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
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.

채택된 답변

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022년 12월 30일
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
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 1월 2일
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 2023년 1월 8일
편집: Mohamad Alobaid 2023년 1월 8일
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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by