gusucode.com > 《精通matlab 7》包括配套光盘 > 配套光盘里的程序附件/Ex-10/Ex1002.m

    %例10-2 函数M文件实例
%调用myisintri函数
A=rand(3,2)
M=rand(1,2)
myisintri(A,M)