Thursday, July 14, 2011

Using simple unix command line in Matlab

I was not aware that I could use the unix commands in the matlab command.
This can be done by having prompt in the command:

>> !rm *.png
>> !rm *.gif
>> !rm *.fig
>> !rm *.mat

No comments: