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