Question


GARCH: exogenous terms in ARMA and Conditional Variance equations
Hi, Is there a way, using the Matlab libraries, to include exogenous regressors in the conditional mean and conditional vari...

8 years ago | 1 answer | 0

1

answer

Question


How do I count how many iterations my root is in a smaller interval?
In my code I need to display in the command line how many of the iterations my root was in the smaller interval. I am not entire...

8 years ago | 1 answer | 0

1

answer

Question


How do I display individual values from an if statement in a messgae?
Ok bear with me. I am trying to write a script that gives the root to a function using the bisection method. However it is no...

8 years ago | 1 answer | 0

1

answer

Question


Script to download xml files from a website
I would like to write a script that download xml files from https://www.treasurydirect.gov/xml/ with the file name that s...

8 years ago | 2 answers | 0

2

answers

Question


Creating a matrix where the entry in the second column is (weakly) less than the entry in the first column
Hello, I would like to create a matrix where the entry in the second column is less than the entry in the first column: ...

8 years ago | 1 answer | 0

1

answer

Question


How to include the integral of a certain function in another .m file function?
I have fun1.m file that I want to include in it the integral of cos(x) provided that the integral of cos(x) has to be in a dif...

9 years ago | 1 answer | 0

1

answer

Question


How to resolve a bug about the tall of the matlab editor
Hello, I have an issue when I launch a Matlab program: The tall of the editor is decreased at the maximum, and it takes time...

9 years ago | 1 answer | 0

1

answer

Question


For Loop Not Executing
Hi all! Consider the following example: h=(2/1000); for i=8*h+h:h:9*h i end i = 0.0180 And sim...

9 years ago | 2 answers | 0

2

answers

Question


fmincon - error message "Row dimension of Aeq is inconsistent with length of beq."?
Hello , I am trying to use the fmincon but am constantly getting the following error message.What do you suggest me to change...

10 years ago | 1 answer | 0

1

answer

Question


If values are approxximately the same plot one function, if not plot two
Hello, I have a two vectors with calculation results. Has someone of you an idea how can I compare results of this two vectors ...

10 years ago | 1 answer | 0

1

answer

Question


Mysterious error using array division in a for loop
I need to make a for loop in MATLAB to divide each column in a matrix by a separate column vector. I only want to do this for a ...

10 years ago | 1 answer | 0

1

answer

Question


How to store matrix data (Imaginary) from a loop
Hello, In my project I have a loop and each iteration gives me a matrix with imaginary values: for fi = 0:10000:110000...

10 years ago | 1 answer | 0

1

answer

Question


Multiplication of a matrix element wise with a polynomial
How do I multiply a matrix element wise with a polynomial(it's again a matrix of different order) I want to multiply each eleme...

12 years ago | 1 answer | 0

1

answer

Question


Sum elements of a vector based on given indices
I have two large vectors, values and indices. I need to sum the elements of values using indices as in this brute force example:...

12 years ago | 1 answer | 0

1

answer

Question


Matlab. Find the indices of a cell array of strings with characters all contained in a given string (without repetition)
I have one string and a cell array of strings. str = 'actaz'; dic = {'aaccttzz', 'ac', 'zt', 'ctu', 'bdu', 'zac', 'z...

12 years ago | 4 answers | 0

4

answers