How can I predict future temperature data lets say (20 days) without coding from historical data? (multi-step prediction)
이전 댓글 표시
Hi All, How can I predict future temperature data lets say (20 days) without coding from historical data? (multi-step prediction) AS I know I will have 2 file of temperature (input and target) both have have historical temperature. How can I get the new 20 day without without coding? is it possible? Thanks
채택된 답변
추가 답변 (1개)
Image Analyst
2014년 3월 26일
0 개 추천
What do you mean without coding? You're not going to write any MATLAB code to do it? Like you will only use some published package or built-in utility to do your task?
댓글 수: 7
Greg Heath
2014년 3월 26일
You did not answer Image Analyst's question.
What is "hit train percentage"?
Greg Heath
2014년 3월 26일
OK. But please do not use that term again.
Image Analyst
2014년 3월 26일
We don't know about the Wizard toolbox. Is that by the same Mathworks team that is working on the Crystal Ball Toolbox and the Mind Reading Toolbox?
You did not list any toolboxes in the "Products" section under your question so we don't know what toolboxes you're talking about. All I can gather is that you don't want to write code but want to operate some packages GUI utility in the toolbox and interact with it. Kind of like how you'd use any of the "Apps" listed on the "App" toolbar ribbon. Please attach a screenshot or two to illustrate what you are doing.
Greg Heath
2014년 3월 26일
Oh!...
hit is a verb, not an adjective!
and ...
you want to do everything via GUI without using the command line.
Does Matlab really use the term Wizard?
Greg Heath
2014년 3월 26일
Using MATLAB 2011b:
>> lookfor wizard
wizard - Obsolete function
uiimport - Open Import Wizard to import data
>> help wizard
wizard Obsolete function
wizard is obsolete and may be removed from future versions.
The replacement for this function is GUIDE.
See also guide, inspect.
Walter Roberson
2014년 3월 26일
"What is the hit count?" - an example of using "hit" as an adjective rather than a verb.
"Has the count been hit?" - an example of using "hit" as a verb rather than an adjective.
Greg Heath
2014년 3월 28일
... hit the button to set percentage ...
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!