Feeds
질문
I am getting this error: Error using * MTIMES (*) is not fully supported for integer classes. At least one argument must be scalar. Error in RSA (line 4) n =p*q;
%Input value of p and q p =input('\nValue of p: '); q =input('\nValue of q: '); n =p*q;%Calculate value of n tf=(p-1)*(q-1...
6년 초과 전 | 답변 수: 1 | 0
