Tentative fix for osr example issue. Closes #1291
Created by: felipeboralli
In octave, deblank returns a cell object, however strmatch does not accept this. Including a cell2mat solved the problem for me. However I cannot test this in Matlab, to see if it breaks something.