Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
10개월 전
답변 있음
How to use a counter with a loop
N=1000; c=[2 3 5 7]; counter=1; for x=1:N V=mod(x,c); F=V(V==0); if isempty(F) Prime(counter)=x; ...
How to use a counter with a loop
N=1000; c=[2 3 5 7]; counter=1; for x=1:N V=mod(x,c); F=V(V==0); if isempty(F) Prime(counter)=x; ...
1년 초과 전 | 0

