Typing the first letter(s) of a variable to get quickly to that place in the WOrkspace
1 view (last 30 days)
Show older comments
WHen a list contains many items, it's very useful to get to the one you need by typing its first letter or first few letter. This works for instance in Windows Explorer and most modern user interfaces across platforms.
In the Matlab WOrkspace, this does not work, e.g. hitting 'x' will not take me to the first variable whose name starts with x. This means time wasted browsing through variables.
Is there a way to make such a feature work?
3 Comments
Busra ÇOBAN
on 1 Jul 2023
I have seen other people can do it in their MATLAB but I just can't figure out how to do it in mine
DGM
on 1 Jul 2023
This functionality does seem to work (at least in R2019b). I don't know how the new editor behaves.
When trying to type function arguments, tab completion may not work, or it may not work as expected if you're working with a user-defined function.
Answers (1)
Image Analyst
on 15 Feb 2022
Try adding it to
or
or (better) send you suggestion to support@mathworks.com
0 Comments
See Also
Categories
Find more on Environment and Settings 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!