Answered
I have problem with [Response,Lower,Upper] = irf(Mdl,NumObs=50,Confidence=0.9);
Hey @FRANCESCOMARIA To change the number of observations in the IRFs, you can pass an additional argument to the irf function i...

2 years ago | 0

Answered
Horizontal concatenating table with matrix/array in loop
Hey @Yasir You can use horzcat function which concatenates arrays and tables together. You can do something like this: for i...

2 years ago | 0

| accepted

Answered
Reading multiple datasets in hdf5
Hello! You can use MATLAB's h5info function to get information about the contents of the HDF5 file(including the names of the d...

2 years ago | 0

Answered
Error message: Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 2.078506e-18.
Hello! The code is likely giving infinite values for D_g because the Dg matrix is singular for certain values of ng and kg. In o...

2 years ago | 0