MATLAB function functionbsxfun()a = reshape(1:9,3,3);b = ones(3,1)*2;res = bsxfun(@rdivide, a, b) matlab 2023-06-08 214 点赞 3 评论 324 浏览