Electricity Load Forecasting using Neural Networks
显示 更早的评论
im trying to use the short-term forecast for electricity load using neural networks.i've found an example here in mathworks.com for the new england iso and before to continue with my datas i want to test it but i have a problem. If using the MATLAB Central File Exchange script, load the MAT-files from the Data folder and skip to line 74. _data = fetchDBLoadData('2004-01-01', '2008-12-31'); addpath ..\Util...i dont know how to proceed.i have to open fetchDBLoadData script and then to go to line 74 or i shouldn't open this script?!please help me
5 个评论
Geoff
2012-5-31
Could you post a link to the files you are referring to?
UPT
2012-5-31
Geoff
2012-5-31
The paragraph above that says the function retrieves data from an Access database, and implies that if you have downloaded from File Exchange, you should instead load the MAT files. So you should skip to line 74 in whatever file is making those calls to fetchDBLoadData(), NOT in the fetchDBLoadData script.
UPT
2012-5-31
Geoff
2012-5-31
I hven't downloaded or tried this, hence not really answering your question.. But do you have the variable called holidays? If so, continue from the section on that page that says "generate predictors". Otherwise do the "import holidays" part first.
回答(1 个)
Doan luong thi diem
2018-4-18
0 个投票
I am writing a program on matlab for the power generation of wind power plants foercasting using neural networks. I'm having trouble with this issue. I need the code file of electricity load forecasting using neural network or a similar program file for reference. If you have any help please me. Thanks very much
类别
在 帮助中心 和 File Exchange 中查找有关 Function Approximation and Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!