Corner Cases, Unexpected and Unusual Matlab
- by Mikhail
Over the years, reading others code, I encountered and collected some examples of Matlab syntax which can be at first unusual and counterintuitive. Please, feel free to comment or complement this list. I verified it r2006a.
set([], 'Background:Color','red')
Matlab is very forgiving sometimes. In this case, setting properties to an array of…