In the past we covered how to use UIGETFILE as an alternative to hardcoding the name of a file in your program. [click here] In this video, we will show how MATLAB can get a directory listing and use it to batch process the files in a directory.
Hello,
I know that it is off topic but I hope I can an answer. Which software do you use to create these videos? They are very well created and they are very informative.
I am always in this situation: I need to do some operations, but I don’t know exact function name, even if I used it before. Is there an efficient way (or indexing place) to search for the exact function?
Hello,
I know that it is off topic but I hope I can an answer. Which software do you use to create these videos? They are very well created and they are very informative.
Best regards
Mans
Mans,
I use Camtasia.
http://www.techsmith.com/camtasia.asp
Doug
Hello,
I am always in this situation: I need to do some operations, but I don’t know exact function name, even if I used it before. Is there an efficient way (or indexing place) to search for the exact function?
Thanks,
Vanderbilt
Vanderbilt,
I think you just want to use the search capabilities of the documentation.
>>doc
Then use search in the upper left.
-Doug