Feeds
질문
i want to create a 2 dim matrix which creates 1000 rows vs 1000 columns which will look like a table, if the prime number occur output 1 in the cell and if not prime output 0
Create 2 dim matrix 0 --> 999 rows, 0 --> 999 columns Prime_matrix = zeros(1000,1000); For i= 0 --> 1000000 If I is == ...
3년 초과 전 | 답변 수: 1 | 0
