Open
Conversation
Author
|
This works. It currently uses Matlab >=2014's There are a couple of details I have not worked on because I don't quite understand them, like Archiving I cannot get to work, whether in Matlab or Python. That's probably an OS issue. |
Contributor
|
Thanks @gustaphe - I've dug out an old laptop and asked our IT department to update it to Windows 11 and install MATLAB, so I should be able to test this soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main thing in the way of Windows compatibility is using
shell=True, which seems to be recommended against for security reasons anyway.A few things are not yet fixed:
--versionfor some reasonAnyway, figured I would offer up what I've found so far. Is this too agressive?