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

Support additional casts and datatypes #2

Open
karlulricsimon opened this issue May 7, 2018 · 2 comments
Open

Support additional casts and datatypes #2

karlulricsimon opened this issue May 7, 2018 · 2 comments

Comments

@karlulricsimon
Copy link

Currently octaveInJava does not support reading back evaluated scripts like 'b = int32(3.4)', because it does not have the Reader objects required to return these types.

I have created a fork with the required changes to support casting scalar and matrix values to various integers (int8, int16, int32), unsigned integers (uint8, uint16, partial support for uint32), as well as single dataTypes : #1

Thank you for your work on this project - it is very useful. Please let me know if there is anything I can to make the pull request better.

Cheers,

Karl

@Reissner
Copy link
Owner

Hi, sorry that I did not react quickly and that I did not use your patch.
Had some preparations already done.
Will rework the complete types package and read/write soon.

@karlulricsimon
Copy link
Author

Hi,
No need to apologise - thanks for making those changes and maintaining this project.

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