Feeds
질문
need help getting this to run
colum1 = newtestdata(:,1) colum2 = newtestdata(:,2) colum3 = newtestdata(:,3) initial_strain_index = find(colum1 == min(colum...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
create a loop that changes negative values in data to 0
Write a loop to iterate through each data point. If the one value is negative, set both values for the data point to zero
대략 2년 전 | 답변 수: 0 | 0