What is the function I must use to search variables in workspace?
Show older comments
What function searches for files just in the workspace?
Answers (2)
Azzi Abdelmalek
on 30 Nov 2014
0 votes
There is no files in workspace, you can use dir to search files in a current folder
3 Comments
João
on 30 Nov 2014
Azzi Abdelmalek
on 30 Nov 2014
You can search the variables contained in those files
whos
Azzi Abdelmalek
on 1 Dec 2014
Can you explain what you mean by loaded? what kind of files?
Star Strider
on 30 Nov 2014
0 votes
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
Find more on File Operations 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!