Manny
Followers: 0 Following: 0
Statistics
RANK
35,823
of 296,066
REPUTATION
1
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,326
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,243
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Problem with a for loop
Hi I am new to MATLAB. I have a for loop that produces values for the first iteration no problem. However, when it starts the...
7 days ago | 0 answers | 0
0
answersQuestion
Inconsistent forecasts using LSTM deep learning model
Hi everyone I have a LSTM model setup. The model makes future predictions for 5 days. I ran the model multiple times on the s...
7 days ago | 1 answer | 0
1
answerQuestion
The dimensions keep changing so the for loop is failing. How to address this?
Hi everyone I am coming across a problem that appears quite circular. It complains about dimensinos. I fix it. Then it wor...
8 days ago | 1 answer | 0
1
answerQuestion
Error writing to SQL Server table
Hi everyone I am getting an error when I try to write MATLAB data to SQL Sever table. Code: ForecastedData = ['SPX' datetime(...
9 days ago | 1 answer | 0
1
answerQuestion
How to update code so that future dates are used for forecsting?
Hi everyone I am new to MATLAB. I have a code I got from a book I am reading. It separates the data into training and validati...
9 days ago | 1 answer | 0
1
answerQuestion
What is a good validation RMSE value?
Hi everyone I am new to MATLAB and modelling. I have a LSTM deep learning model that I am experimenting with. I need some hel...
9 days ago | 1 answer | 1
1
answerQuestion
Error using Deep Learning model LSTM
Hi eveyrone I am getting error when I run my code. I am new to MATLAB so I am not sure how to fix this issue. I got the code ...
10 days ago | 1 answer | 0
1
answerGood book(s) for how to use MATLAB to model stock market volatility
Thank you @Sumukh. This is very helpful list. I appreciate your help!
13 days ago | 0
Question
Good book(s) for how to use MATLAB to model stock market volatility
Hi I am new to MATLAB. I am using MATLAB to model stock market volatility time series. I need some help in finding good books...
15 days ago | 1 answer | 0
1
answerQuestion
Matlab error how to fix?
hi everyone i am intererested in creating a m by 2 matrix where the first column is a datetime and second column is numeric. I...
10 months ago | 2 answers | 0
2
answersQuestion
how to filter data by date?
hi everyone I am trying to filter records by date. I am getting error. How do I fix it? Code: Data = convertvars(Data, 2, @(...
10 months ago | 2 answers | 0
2
answersQuestion
Deep Learning Error - how to fix code?
I am using this link to implement a deep learning algorithim: https://www.mathworks.com/help/deeplearning/ref/narnet.html I fo...
10 months ago | 1 answer | 0
1
answerQuestion
How to create this table/matrix?
Hi everyone I need to create a matrix that is the concatenation of two different sources. First column of concatenated matrix ...
10 months ago | 1 answer | 0
1
answerQuestion
How to predict values from machine learning model?
Hi everyone I am new to machine learning and MATLAB. I am not sure what I am doing wrong. I have a table of stock market data...
10 months ago | 1 answer | 0
1
answerQuestion
How to filter a table with a date field
Hi everyone I have an n by m table called Table1 that needs to be filtered. I am new to Matlab so I am learning as I go. I ne...
10 months ago | 1 answer | 0
1
answerQuestion
How to compare these two strings?
Hi everyone I am trying to compare two strings but I am getting an error. I am new to Matlab so most likley I made a rookie er...
10 months ago | 1 answer | 0
1
answerQuestion
How to convert one column from string to datetime
Hi everyone I have a n by 3 matrix. The second column is date in string format. I need to convert the second column to dateti...
10 months ago | 1 answer | 0