I wanted to save the files in jpeg format as I go...
The following helped me to save it in myplot1.jpeg format.
Thursday, April 15, 2010
Wednesday, April 14, 2010
Saturday, April 10, 2010
Unix commands inside matlab: cp, mkdir, rm etc
Implementing the unix commands in the matlab is so easy.
I wanted to automate the file organizing process.
A very simple code combined with http://usefulcodes.blogspot.com/2010/03/recursive-action-into-folders.html is going to work great!
I wanted to automate the file organizing process.
A very simple code combined with http://usefulcodes.blogspot.com/2010/03/recursive-action-into-folders.html is going to work great!
Sunday, April 4, 2010
Nested Function inside function
I had never done a nested function inside another.
It helps to avoid the necessity of having more files as m function. Useful when the function is only called by the same file.
However, the main file itself needs to be saved as function instead of script.
Subscribe to:
Posts (Atom)