how to create output that is column vector

1 visualización (últimos 30 días)
joethomas4444
joethomas4444 el 20 de Mzo. de 2016
Editada: Rick Rosson el 20 de Mzo. de 2016
Write a function that accepts matrix M, with two columns. Each row represent a different person with the first number in each containing the person's year in age and the other containing how long that person has been a US cititzen. The function should return a column vector with the same number of rows as M. The number in each row of the result matrix should be either a 0 or 1 based on whether the individual can be a senator(1 for yes, 0 for no) based on the requirements that they be at least 30 years old and have been a citizen for 9 years.

Respuestas (1)

Rick Rosson
Rick Rosson el 20 de Mzo. de 2016
Editada: Rick Rosson el 20 de Mzo. de 2016

Categorías

Más información sobre Loops and Conditional Statements 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