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

Different behaviour between old strsplit, strjoin and newest #4

Open
monikajaskolka opened this issue Sep 30, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@monikajaskolka
Copy link
Member

The strsplit function was introduced by MathWorks in 2017b, while the strjoin function was introduced in 2013b. Our tools were created initially with 2011b, and we would like to keep them backward compatible. However, newer versions of these functions as provided by MathWorks have different behaviour than the ones we provided. Our functions need to be updated so that the behaviour remains the same with what MathWorks provides. Otherwise, if you include ours on the Matlab path, our will overshadow the built-in scripts, any tool (including those not developed by us) will use our functions, and this will cause their scripts to crash because of the difference in behaviour.

@monikajaskolka monikajaskolka added the bug Something isn't working label Sep 30, 2020
@monikajaskolka monikajaskolka self-assigned this Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant