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

split vs strsplit #8

Open
kmerkens opened this issue Aug 22, 2019 · 2 comments
Open

split vs strsplit #8

kmerkens opened this issue Aug 22, 2019 · 2 comments

Comments

@kmerkens
Copy link

older versions of MATLAB do not have the "split" command, but all versions do have strsplit. I recommend replacing all instances of "split" with "strsplit" e.g. sh_detector_batch.m line 179 (Not sure if there are others lurking - this is the only one I ran into)

@kfrasier
Copy link
Collaborator

kfrasier commented Aug 23, 2019 via email

@kmerkens
Copy link
Author

kmerkens commented Aug 23, 2019 via email

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

2 participants