Feeds
提问
need help getting this to run
colum1 = newtestdata(:,1) colum2 = newtestdata(:,2) colum3 = newtestdata(:,3) initial_strain_index = find(colum1 == min(colum...
2 years 前 | 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 years 前 | 0 个回答 | 0