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