-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
matlab matrix conversion issue #2119
Comments
comment:1
Moreover there is also the following issue reported in the same thread:
Cheers, Michael |
comment:2
The original bug is caused by things like 'Columns', '27', 'through', '39' appearing in the entries. |
comment:4
Tried this on 2 platforms. First example is fixed by the patch i.e.
but the second example (note that 3 minor typos have been removed) is still broken but shouldnt be (i.e. the displaying/printing of variable a3 shows that a3 is a valid matlab expression). Is the reference to the \x07 character mean "BELL" (a 'ding' made by PCs)? Note that if the following code uses eye(5) it works but with eye(6) it crashes with that x07 error.
|
Changed keywords from none to matlab conversion |
Reviewer: Ross Kyprianou |
Author: Mike Hansen |
Attachment: trac_2119.patch.gz |
comment:5
I've posted a new patch which fixes the issue above. |
comment:6
Mike Looks good. The patch fixes the \x07 issue and the matrices that crashed because they ran over multiple pages (if anything else is discovered with the matlab interface, it should go into a new ticket). Positive review. |
comment:8
Please see #9608 for docbuild warnings that may stem from this ticket. |
Reported by Kate:
Cheers,
Michael
Component: misc
Keywords: matlab conversion
Author: Mike Hansen
Reviewer: Ross Kyprianou
Merged: sage-4.5.2.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/2119
The text was updated successfully, but these errors were encountered: