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

fix gcf usage #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dskkato
Copy link

@dskkato dskkato commented Jun 19, 2022

Starting in MATLAB R2014b, figure handles are object handles where previously they were integers. Now to get the associated number for the figure, query the new Number property.

See more information below.

https://jp.mathworks.com/matlabcentral/answers/157757-how-do-i-get-the-figure-number-in-matlab-r2014b

Starting in MATLAB R2014b, figure handles are object handles where previously they were integers. Now to get the associated number for the figure, query the new Number property.

See more information below.

https://jp.mathworks.com/matlabcentral/answers/157757-how-do-i-get-the-figure-number-in-matlab-r2014b
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