Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API is not documented on homepage #158

Open
jcbsv opened this issue Jun 4, 2018 · 0 comments
Open

New API is not documented on homepage #158

jcbsv opened this issue Jun 4, 2018 · 0 comments

Comments

@jcbsv
Copy link

jcbsv commented Jun 4, 2018

The project homepage 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 new v0.10.0 API the code example should be

[sig, Fs, tm]=rdsamp('mitdb/100',1);
plot(tm,sig);

The toolbox FAQ page contains additional examples that need to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant