点积误差的Matlab双积分
作者:Matt Majic 提问时间:10/2/2023
说我想整合 f=@(x) [1,0]; integral2( @(x,y) f(x)*f(y)' ,0,1,0,1 ); 但这给出了错误 Integrand output size doe...
点积 问答列表
作者:Matt Majic 提问时间:10/2/2023
说我想整合 f=@(x) [1,0]; integral2( @(x,y) f(x)*f(y)' ,0,1,0,1 ); 但这给出了错误 Integrand output size doe...