How can I predict future temperature data lets say (20 days) without coding from historical data? (multi-step prediction)
Show older comments
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
Accepted Answer
More Answers (1)
Image Analyst
on 26 Mar 2014
0 votes
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 Comments
Greg Heath
on 26 Mar 2014
You did not answer Image Analyst's question.
What is "hit train percentage"?
Greg Heath
on 26 Mar 2014
OK. But please do not use that term again.
Image Analyst
on 26 Mar 2014
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
on 26 Mar 2014
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
on 26 Mar 2014
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
on 26 Mar 2014
"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
on 28 Mar 2014
... hit the button to set percentage ...
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!