我开始使用Jupyter Notebook,我不知道如何进行嵌套循环,尝试了我能想到的一切。我想做的是:
{{1}}
如果两个y变量都是1,我希望yy为1,在所有其他情况下为0。
提前致谢
答案 0 :(得分:0)
尝试以下方法,
if(getURLParam("filetype")) {
// Disable the buttons
$(".disablePage").addClass('disabledbutton').prop("disabled", true);
$("#picklistBody").addClass('disabledbutton').prop("disabled", true);
// Disable all checkboxes
$("input[type=checkbox]").prop("disabled", true);
$("#STATUSDIVID").removeAttr('class').addClass('div-warning').html("This page is view only!");
}
我没有尝试,因为我无法获得if y[i,r]+y[j,r] == 2:
for i in I:
for j in I:
for r in R:
yy[i,j+5*r]=1
else:
yy[i,j+5*r]=0
。如果我没有错,这与过滤图像有关吗?^ _ ^