Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do I write a matlab code that requests the user for an array of integers and stores that array into the variable called A. How do I determine whether the integer is odd or even.

2 ビュー (過去 30 日間)
Ivonne Noria
Ivonne Noria 2016 年 10 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If an integer is odd, I need to store that integer in a separate matrix.
Otherwise, I need to store that integer in another matrix.
One matrix should contain all the odd integers from variable A and the other matrix will be a matrix containing all the even integers from variable A.

回答 (1 件)

Marc Jakobi
Marc Jakobi 2016 年 10 月 24 日
doc input
Will tell you how to get user input.
doc mod
could be useful for finding out if a number is odd or even.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by