Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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: ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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:...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 12 años hace | 4 respuestas | 0

4

respuestas