Skip to content

Fix handles #4

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

djsperka
Copy link

Handling of graphic handles changed in matlab 2014b. The methods textureSynthesis and textureAnalysis required modification to run in newer matlab versions. These functions tested on linux in R2024a (I cannot test in versions prior to 2014b).

Also added an in-code variable 'DoFigUpdates', which can be set to 0 to NOT create figures or show updates. Setting to 0 (available in textureSythesis and textureAnalysis) prevents the updates from taking control of the desktop (due to repeated re-focus on the figure as it is updated).

… plotting correctly in earlier and later versions. Add DoFigUpdates variable: set to 0 for no figure updates during this script (otherwise you cannot use your desktop while this is running. Clean up figures when all done.
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

Successfully merging this pull request may close these issues.

1 participant