Help with lower/upper limit and step problem

5 visualizaciones (últimos 30 días)
OngoingKestrel
OngoingKestrel el 12 de Mzo. de 2012
I need some help on how to do this problem (I'm fairly new to MatLab and don't quite know where to start)
Write a program that accepts three parameters “lower_limit”, “upper_limit” and “step”. The program should display all the numbers between “lower_limit” and “upper_limit” that are evenly divisible by “step”.
What kind of function is this?

Respuestas (1)

Matt Kindig
Matt Kindig el 12 de Mzo. de 2012
To get you started,
doc colon
doc mod

Categorías

Más información sobre Entering Commands en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by