質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 4 件の回答 | 0

4

回答