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 years 前 | 1 个回答 | 0
