LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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

0 Kudos
Message 1 of 3
(2,560 Views)

Hi,

are you using GNU Octave LabVIEW example or LabVIEW Mathscript Node?

What version of LabVIEW are you using?

You can try to use strmatchall function.

I hope this helps!

Bye,

 

Licia

0 Kudos
Message 2 of 3
(2,539 Views)

thank you..let me try that

0 Kudos
Message 3 of 3
(2,532 Views)