From: Edgar on 20 Feb 2010 21:05 I have a matlab.m file that I need to execute from vb6 The matlab file requires that 2 parameters of type string are passed to it. I tried shell("filepath\matlabsrc.m str1 str2") Errors that screen cannot be found rewrote matlabsrc without parameters tried shell("filepath\matlabsrc.m") get same error. Any help is appreciated. thnks
|
Pages: 1 Prev: fails to load/import java class Next: linspace(-1,1,21) did not help |