Statistica
MATLAB Answers
1 Domanda
0 Risposte
RANK
124.443
of 300.028
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 167.043
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
i tried to find if there are perfect numbers in the code stating that 1 should be square of other in the same matrix or array
function b = Squared(a) n=length(a) for i=1:n for j=i:n if a(i)*a(i)==a(j) b=true break else b=f...
circa 3 anni fa | 1 risposta | 0