필터 지우기
필터 지우기

Hello can any one help me in specifying constraints for appliances like refregerat​or,lights,​Clothesdry​er,Dish_wa​sher,Washi​ng_Machine​,oven,iron​,Refrigera​tor,Lighte​ning,Vaccu​me_cleaner​,PoolPump,​EWH(electr​ic water heater),Hairdryer,AC and please also co

조회 수: 2 (최근 30일)
Hello can any one help me in specifying constraints for appliances like refregerator, lights, Clothesdryer, Dish_washer, Washing_Machine, oven, iron, Refrigerator, Lightening, Vaccume_cleaner, PoolPump, EWH (electric water heater), Hairdryer, AC and please also comments which appliance belong to which category, elastic, regular, interruptible, non interruptible, deferrable,non deferrable, interruptible and non deferrable?
  댓글 수: 13
Walter Roberson
Walter Roberson 2017년 4월 3일
Minute by minute comparisons would be data, not code.
Different models of the same appliances do not have the same cycle time, so if you want minute-by-minute information you need to go right into the brand and model.
"But the question is which functions etc would be used in MATLAB and how"
Mathworks does not provide any load data for appliances, so there are no applicable MATLAB functions.
You have not indicated what you want to do with the data once you have it, so it is difficult to advise you.
alper savasci
alper savasci 2017년 6월 20일
편집: Walter Roberson 2017년 6월 20일
Residential loads can be divided into 3 subcatergory, these are non-deferrable, deferrable and thermostatically controlled (TC) ones. Non-deferrable loads can be modelled as statiscally (as pdf) because start time and operation duration depends on users' behavior, but it can be modelled as a constant load for a duration, example: a TV may consume 200 W power between 6-10 pm. Although it is unrealistic, it can be used for an algorithm to be tested. Deferrable loads' characteristics can be provided by a manufacturer as a catalog info. It may have power limits, energy constraints and so on. Third group includes AC, heater, refrigerator work based on heat dynamics of the ambient and occupation. It may not be so easy to model the heat dynamics for a specific ambient because it requires measurement. However, there are some papers in the literature providing generic model and regarding coefficients. Its switching pattern can be optimized accordingly.
To be able to do realistic work you should be able to log data from large scale community and extract related model parameters. Otherwise it will be hard to be implemented.

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

채택된 답변

Walter Roberson
Walter Roberson 2015년 12월 10일
If you wrote your own wdo, bpso, and ga code, then the means for specifying constraints is going to depend upon your code, which we have never seen.
About all we can suggest is that you consider making the way you specify constraints compatible with MATLAB's fmincon() or ga()

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by