How to separate variable values from stored matrix?

Hi everyone,

I have done a deterministic simulation, and stored the values of variables in a matrix, to which I can access with the “oo_.endo_simul” command.

When I open that matrix, I can see the values of variables, row by row.

But I cannot separate that values with a certain command. I want to load one of the variable values from that matrix. Like in stochastic simulation it’s written “oo_.irfs.variable_name_shock_name”

how can I do the same in case of deterministic simulation ?

Use strmatch. See the bottom code snipped at