11-27-2013 08:22 AM
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
11-28-2013 04:05 AM
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
11-28-2013 10:11 AM
thank you..let me try that