Quantcast
Viewing all articles
Browse latest Browse all 67219

octave function strmatch unimplemented error

hello forum, i am trying to use labview with octave,i have a .m script that contains strmatch but i get the error: feval: function `unimplemented' not found...

this what i write

list = {'max', 'minimax', 'maximum','max'};
strmatch('max',list)


when i try to do it from the octave command terminal,it works right,,,,why would strmatch give an error if called from a script?thank you


Viewing all articles
Browse latest Browse all 67219

Trending Articles