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