photo

Yuhang Ma


Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
112 852
of 301 806

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 413

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 647

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
find the nearest larger integer to n(n=1234567),which is not divisible by any integer between [2:100]
It works now, thanks !!! n=1234567; a=0; while a==0 n=n+1; a=1; for j = 2:100 if mod(n,j)==0...

plus de 8 ans il y a | 0

| A accepté

Question


find the nearest larger integer to n(n=1234567),which is not divisible by any integer between [2:100]
I am trying to find the nearest larger integer to n(n=1234567),which is not divisible by any integer between [2:100].The proble...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


Plotting summation function in loop
Plotting summation function in loop

plus de 8 ans il y a | 1 réponse | 0

1

réponse