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

cellofchar2mfile.m

Forked from Dynare / dynare
Source project has a limited visibility.
  • Stéphane Adjemian's avatar
    215de7e8
    Closes #1057. · 215de7e8
    Stéphane Adjemian authored
    Use a static file with a list of routines to cleared before each run (because they have
    persistent variables).This static file (the script
    matlab/list_of_functions_to_be_cleared.m) is distributed with Dynare and
    needs to be updated for each release (or each time we add/remove
    persistent variables). To update the file just do:
    
    >> clear_persistent_variables(DYNARE_MATLAB_PATH, true)
    
    and add/commit the generated file.
    215de7e8
    History
    Closes #1057.
    Stéphane Adjemian authored
    Use a static file with a list of routines to cleared before each run (because they have
    persistent variables).This static file (the script
    matlab/list_of_functions_to_be_cleared.m) is distributed with Dynare and
    needs to be updated for each release (or each time we add/remove
    persistent variables). To update the file just do:
    
    >> clear_persistent_variables(DYNARE_MATLAB_PATH, true)
    
    and add/commit the generated file.