What is the function I must use to search variables in workspace?

Answers (2)

There is no files in workspace, you can use dir to search files in a current folder

3 Comments

Can you search for files that have been loaded?
You can search the variables contained in those files
whos
Can you explain what you mean by loaded? what kind of files?

Sign in to comment.

Apparently (at least in R2014b and perhaps earlier releases as well) you can find out what files you have open by name. In the documentation for fopen, under ‘Examples’ see ‘Get Information About Open Files’.

Categories

Asked:

on 30 Nov 2014

Commented:

on 1 Dec 2014

Community Treasure Hunt

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

Start Hunting!