Statistics
RANK
110,499
of 301,313
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,955
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
8 years ago | 0
| accepted
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...
8 years ago | 2 answers | 0
2
answersQuestion
Plotting summation function in loop
Plotting summation function in loop
8 years ago | 1 answer | 0
