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

alrededor de 3 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...

alrededor de 3 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...

alrededor de 3 años hace | 0