Skip to content

ParseMatlab does not handle floating point values #14

Description

@breuderink

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions