A=double(repmat(permute(1:N3,[1,3,2]),N1,N2,1)<=real_height);
【 在 novicer 的大作中提到: 】
: 标 题: 请问这个三重循环能改成不循环吗?
: 发信站: 水木社区 (Wed Nov 22 11:26:41 2023), 站内
:
: A = zeros(N1,N2,N3);
:
: % real_height is N1 x N2 matrix
:
: for ite1 = 1:N1
: for ite2 = 1:N2
: for ite3 = 1:max_max_height
: A(ite1,ite2,1:real_height(ite1,ite2)) = 1;
: end
: end
: end
:
: 多谢!
: ※ 修改:·novicer 于 Nov 22 11:40:40 2023 修改本文·[FROM: 36.113.64.*]
: ※ 来源:·水木社区
http://www.mysmth.net·[FROM: 36.113.64.*]
--
修改:novicer FROM 36.113.64.*
FROM 112.117.59.0