<t>Hi, I have created a COM component and want to access the function via visual basic 2005. the built COM object is based on following simple M-File: function a = regLinear(x,y) X = [ones(size(x)) x ]; a = X\y; all I want to do is pass x and y vector via visual basic and let Matlab calculate the li...