Jacob Svensson
Jacob Svensson
hoedown is currently at version 3.0.1, the version included with hoep is version 2.0.0
The [project homepage](http://physionet.mit.edu/physiotools/matlab/wfdb-app-matlab/) does not reflect the change in the `rdsamp` API. For example, the front page contains an example with the following code: ``` [tm,sig]=rdsamp('mitdb/100',1); plot(tm,sig); ``` With the...
rdann throws an error [at line 188](https://github.com/ikarosilva/wfdb-app-toolbox/blob/ffb2c67ee054f3460c84097ef467d21b85463868/mcode/rdann.m#L188) if there are no annotations in between sample positions N0 and N. The issue can be solved by testing for N == 0...
The timestamp calculation introduced in commit [66c01d3](https://github.com/ikarosilva/wfdb-app-toolbox/commit/66c01d38b75d61896ce5de306faaeb1380290068#diff-482738fd418aac88ff9ec9237a5f55deR205) is incorrect when N0 > 0. (The calculation is always performed as N0 = 0.)
I suggest to revive issue #812 regarding styling of upload buttons. The [::file-selector-button](https://developer.mozilla.org/en-US/docs/Web/CSS/::file-selector-button) CSS selector now has wide (if not universal) adoption. The following code (adopted from buttons-core.css and buttons.css)...