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

más de 2 años hace | 0

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

más de 2 años hace | 0

| aceptada

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

más de 2 años hace | 0

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

más de 2 años hace | 0