Skip to content

Tentative fix for osr example issue. Closes #1291

Stéphane Adjemian requested to merge felipeboralli:fixbug1291 into master

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.

Merge request reports