Info

This question is closed. Reopen it to edit or answer.

Find items in many workspaces

2 views (last 30 days)
yasser
yasser on 10 Nov 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi I want to find item/variable in many workspaces, how can i do that? if possible i want workspace name and line number.
Thank alot

Answers (1)

Jan
Jan on 10 Nov 2013
Workspaces do not have a line number. Are you looking for occurrences of a string inside a set of M-files? Then use the Search function of the editor, which offers the possibility to search in more files than the current one.
  1 Comment
yasser
yasser on 10 Nov 2013
I want to find [row,col] for item serched and workspace name.

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!