フィルターのクリア

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 Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by