Commit Graph

4 Commits (50a53a22eee625e338f19f5166d02a71c12ca287)

Author SHA1 Message Date
Sébastien Villemot 90484edb0e Use Unicode copyright symbol (in UTF-8 encoding) in all source files
It is now supported by the MATLAB editor (as of R2022a).

[skip ci]
2022-04-13 13:24:51 +02:00
Sébastien Villemot e3138abef8 Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
Houtan Bastani 388f92b607 replace `filesep` with `/`
On Windows, `filesep` evaluates to `\` and, in a `*printf` statement, this can have unintended consequences (e.g. `\t` evaluates to the tab character

Since '/' works on all systems, replace all occurrences of `filesep` with `/` in the codebase
2019-10-23 15:05:03 +02:00
Houtan Bastani 543e973042 convert to classdef. closes #10 closes #9 2019-08-29 17:42:20 +02:00