Can i use function get.handles in prompt?
Show older comments
I want to know how is it possible? If the answer is yes, please give me an example code
2 Comments
Image Analyst
on 22 May 2016
I've never seen that function. It looks like get would be a class and handles would be one of the class's methods. Normally we use get() as a function, not a class. Is that the case - your get is actually a class - or did you mistype something? Do you have an example of where you've seen this code?
Alvindra Pratama
on 22 May 2016
Edited: Alvindra Pratama
on 22 May 2016
Answers (1)
Ahmet Cecen
on 22 May 2016
0 votes
If you put a dbstop in the script, you can access "handles" and associated methods.
1 Comment
Alvindra Pratama
on 22 May 2016
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!