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

Look into finding hSI with findobj instead of going via evalin #427

Open
raacampbell opened this issue Apr 28, 2022 · 1 comment
Open

Look into finding hSI with findobj instead of going via evalin #427

raacampbell opened this issue Apr 28, 2022 · 1 comment
Labels

Comments

@raacampbell
Copy link
Collaborator

The evalin('base','hSI') approach is prone to failure if the user issues clear. Presumably findobj will also work and won't have this limitation. So change code accordingly. Maybe create a function called SIBT.getObj and use that.

@raacampbell
Copy link
Collaborator Author

raacampbell commented Apr 29, 2022

hmm... findobj finds only graphics objects, so harder than I thought to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant