#141: Replace strmatch which is a deprecated function in Matlab ---------------------------+------------------------------------------------ Reporter: houtanb | Owner: Type: bug | Status: new Priority: trivial | Milestone: Component: Core M-files | Version: Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by houtanb):
* priority: major => trivial * milestone: 4.2 =>
Comment:
The solution to this problem will come in several parts:
1) Developers must stop using strmatch 2) Developers should replace instances of strmatch with strncmp in code that they know well 3) When Matlab finally removes support for strmatch, it should be coded up and placed in ~/dynare/matlab/missing/strmatch