Polynomial coefficients input and even number of elements.

1 visualización (últimos 30 días)
Nathan Formby
Nathan Formby el 3 de Oct. de 2019
Comentada: James Tursa el 3 de Oct. de 2019
Prompt the user to enter a vector of coefficients for the polynomial model. Verify that the entry has an even number of elements (an odd number of elements would mean an even order polynomial). If an invalid vector is entered, prompt the user to re-enter the vector until an acceptable vector is entered. If the user does not enter an acceptable vector after 5 attempts (including the first prompt), display a warning and remove the last element of the last vector entered. (For example, if the last user input is [1 2 3 4 5], the vector becomes [1 2 3 4]).
What code do I need exactly?
  2 comentarios
Walter Roberson
Walter Roberson el 3 de Oct. de 2019
The code you need exactly is your homework, and we are not going to do your homework for you.
We will suggest that you read about mod() and rem()
James Tursa
James Tursa el 3 de Oct. de 2019
What have you done so far? Sounds like you need a loop to request inputs until you get what you want. Since there is a limit of 5 attempts, you might want to use a for loop with the index going 1:5. Also look at what the 'break' statement does.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by