Hallo, i am trying to use the L,R,and M which i calculated from Fasthenry for further simulation in Matlab. i would like the L,R,M to be saved as Matrix. i chose for the "-d" option the "mrl" and for the "-k" option the "text". now i have two problems: 1) on running Fasthenry i get this message "L matrix not dumped. Run with mat_vect_prod = DIRECT if this is desired". i dont really know why L is not being saved.
2) i dont understand the dumped values for R and M.
To import the results in MatLab (as well as any other program) the easiest option is to use Automation. Please check the help in FastHenry2 (or FastCap2 and FasterCap) and the automation examples in the sub-folder of the samples directory.
Using the full matrices is much less effective. FastHenry does NOT compute explicitly these matrices, otherwise the complexity would be at least N^2. This is why you can dump them only if you choose the DIRECT method, i.e. the non-accelerated one.