我正在将MATLAB代码翻译成Python代码,但我不明白h(t) = 0
的意思。Python中的等价项是什么?
其中h
和t
是(494,475,3)
阵列:
t = sum((h.^2+v.^2),3)<lambda/beta;
t = repmat(t,[1,1,D]);
h(t) = 0; v(t) = 0;
t
是一个MATLAB矩阵,其元素为true或false。CCD_ 6给出CCD_ 7的所有元素,其中CCD_。使用h(t) = 0
将其设置为0
在Python中也可以这样做。
h[t] = 0
其中CCD_ 10和CCD_。