Filter löschen
Filter löschen

How do I find the greater minor number that is divisible by 'n'?

2 Ansichten (letzte 30 Tage)
How do I find the greatest minor number that is divisible by 'n'?
For example, if I have the number 730 and I want to find the greatest number minor than 730 that when divided by 7 gives me an integer.
I need to write that for 3 cases: divisible by 7, 15 and 30...
tks!

Akzeptierte Antwort

kjetil87
kjetil87 am 23 Jul. 2013
x=730-rem(730,7)

Weitere Antworten (0)

Kategorien

Mehr zu Numeric Types finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by