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

ParseMatlab does not handle floating point values #14

Open
breuderink opened this issue Aug 10, 2014 · 0 comments
Open

ParseMatlab does not handle floating point values #14

breuderink opened this issue Aug 10, 2014 · 0 comments

Comments

@breuderink
Copy link

The following generates an error.

_, err := matrix.ParseMatlab("[1 2; 3 4.4]")

The error states: strconv.ParseFloat: parsing ".": invalid syntax. When I substitute the value 4.4 with an 4 it works as expected. I would expect that floating point values would be allowed.

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