Skip to content

v1.0.1

Compare
Choose a tag to compare
@DoHaiSon DoHaiSon released this 23 Nov 13:35
· 144 commits to master since this release

Hotfix start and modtool script:

** Changelog:

  • start script: add_path is not working in old windows versions (i.e., XP, 7) due to the limitation of characters in an array.
    • Fixed: ignored .git folder via genpath_exclude function
  • modtool script: syntax text = fileread(filename,Encoding=encoding) not working in older Matlab version.
    • Fixed: ignored Encoding argument.