photo

Julio


AMG National Trust Bank

Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
114,659
of 301,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,240

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,116

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


system of linear equations but with condtions that all variables should be > 0
I have the following system of linear equations x - 2y - 3z = 5 -5x + y - 4z = 20 -3x -4y + z = 49 I want to solve f...

12 years ago | 2 answers | 0

2

answers

Answered
How to calculate a 6-month backward looking moving average matrix?
Thank you.. I actually figured out like this [Short, Long] = movavg(return_list, 6, 6);

13 years ago | 0

Question


How to calculate a 6-month backward looking moving average matrix?
I have monthly data and would like to calculate a 6-month backward moving average. I'm looking at movavg function. I tried the f...

13 years ago | 2 answers | 0

2

answers