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