在VB中怎么编写程序调用MATLAB生成的COM组件
在VB中怎么编写程序调用MATLAB生成的COM组件呢,MATLAB的程序我是这样写的:
function xbar()
cla reset
A=load('kekaoxing.dat')
B=mean(A,2)
a=mean(B)
b=std(B)
I=xbarplot(A,0.9973,)
xlabel ('月份');ylabel ('停机率');title ('停机率的Xbar图') 貌似是得dim xx as xx.xx
setxx new xx.xx
call xx()
你可以看看相关的文献之类的
页:
[1]