Statistiques
1 Fichier
DiscussionsRANG
102 308
of 301 994
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
21 177 of 21 484
RÉPUTATION
0
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 177 967
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
4 Points forts
NOMBRE MOYEN DE LIKES
0
Feeds
Discussion
Hello guys, I am new to MatLab and I made a code to get the GCD of a number but I suspect it could bbe better. Any tips?
n= input('Escolhe um número inteiro postivo. ') primo=true; i=2; while i<n if mod(n,i)==0; primo=false; ...
29 jours il y a | 0
Discussion
I am new on matla and this is my attempt on doing a code to get the GCD. Any tips?
n= input('Escolhe um número inteiro postivo. ') primo=true; i=2; while i<n if mod(n,i)==0; primo=false; ...
29 jours il y a | 0
Discussion
I want to know thge best code to get the max div of a number
n= input('Escolhe um número inteiro postivo. ') primo=true; i=2; while i<n if mod(n,i)==0; primo=false; ...
29 jours il y a | 0
Discussion
max_div
n= input('Escolhe um número inteiro postivo. ') primo=true; i=2; while i<n if mod(n,i)==0; primo=false; ...
29 jours il y a | 0
