-
as seen on Stack Overflow
- Search for 'Stack Overflow'
we have a situation that a stream (data from sensor or click stream data at server) is coming with sliding window algorithm we have to store the last (say) 500 samples of data in memory. These samples are then used to create histograms, aggregations & capture information about anomalies in the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how i can classify pnn for feature extraction?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working with the finacial tooldbox that has a type called FINTS, If I copy some code out of its toolbox directory to customize it, when I try do do something like fts.data, I get The specified field, 'data', does not exist in the object. But the same thing works fine in the matlab library directory…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting stock prices from yahoo, and want to have each stock have its own time series data structure, but also don't want to have hundreds of variables, so naturally I would want to have an array, but when I do something like array = [stock1 stock2]; it actually merges the series together. How…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am a beginner and for lack of a better way to put this, does MATLAB have a function that will "snap an image" or move an image to some predefined location if within a certain area? I have checked out some forums with no luck so far. Thank you so much for your assistance.
>>> More