data=1:100;cntodd=length(find(mod(data,2)==1)) %奇数cnteven=length(find(mod(data,2)==0))%偶数cntprime=length(find(isprime(data)))%质数