我想把它们放在一个循环中:
r1 = corr(a(1:21,1),a(1:21,2),'type','Pearson');
r2 = corr(a(22:42,1),a(22:42,2),'type','Pearson');
r3 = corr(a(43:63,1),a(43:63,2),'type','Pearson');
答案 0 :(得分:0)
days = int(input("Please enter the number of days you will have the car: "))
weeks = (days/7)