Skip to content
Snippets Groups Projects
Select Git revision
  • nlf-fixes
  • newton-quadratic-equation-solver
  • master default
  • nlf-fixes-r
  • nls-fixes
  • sep-fixes
  • sep
  • use-dprior
  • ep-sparse
  • rebase-1
  • parfor
  • reset-seed-in-unit-tests
  • remove-persistent-variables
  • nonlinear-filter-fixes
  • pac-mce-with-composite-target
  • 6.x
  • dprior
  • covariance-quadratic-approximation
  • benchmark-ec
  • kalman_mex
  • 5.5
  • 5.4
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
40 results

dynasave.m

Forked from Dynare / dynare
Source project has a limited visibility.
  • Houtan Bastani's avatar
    bf102030
    support saving exogenous variables in `dynasave`, `dynasave`; fix bugs in `dynasave`; add test · bf102030
    Houtan Bastani authored
    - `dynasave`: if a variable being saved was named `n` or `s`, the `eval` statements would break the code
    - `dynasave`: use the `-struct` option to `save` to avoid `eval` statements
    - `dynasave` and `dynatype`: do everything in 1 loop instead of 2
    - `dynasave` and `dynatype`: use `strcmp` instead of `strfind`
    
    - preprocessor update contains:
      - Partial reversion of global indentation of macro processor header files introduced in e2d5a83592634f0604d8c86409748cd2ec5906d2
      - Symbol List check pass: allow caller to specify the valid types of variables in a Symbol List
      - Allow `dynasave` and `dynatype` to support exogenous variables in their var_list
    
    issue #1691
    bf102030
    History
    support saving exogenous variables in `dynasave`, `dynasave`; fix bugs in `dynasave`; add test
    Houtan Bastani authored
    - `dynasave`: if a variable being saved was named `n` or `s`, the `eval` statements would break the code
    - `dynasave`: use the `-struct` option to `save` to avoid `eval` statements
    - `dynasave` and `dynatype`: do everything in 1 loop instead of 2
    - `dynasave` and `dynatype`: use `strcmp` instead of `strfind`
    
    - preprocessor update contains:
      - Partial reversion of global indentation of macro processor header files introduced in e2d5a83592634f0604d8c86409748cd2ec5906d2
      - Symbol List check pass: allow caller to specify the valid types of variables in a Symbol List
      - Allow `dynasave` and `dynatype` to support exogenous variables in their var_list
    
    issue #1691