Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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!

Risposta accettata

kjetil87
kjetil87 il 23 Lug 2013
x=730-rem(730,7)

Più risposte (0)

Categorie

Scopri di più su Numeric Types in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by