Typing the first letter(s) of a variable to get quickly to that place in the WOrkspace
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Busra ÇOBAN
2023-7-1
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
2023-7-1
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.
回答(1 个)
Image Analyst
2022-2-15
Try adding it to
or
or (better) send you suggestion to support@mathworks.com
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!