Multiply Even Variables in an Array
1 次查看(过去 30 天)
显示 更早的评论
I have initialized an array with values.
I have made a function that will determine if the integers within the array are odd or even. For the integers that are even, I want to multiply them by a set, finite number such as 5.
How would I do this?
0 个评论
回答(1 个)
Steven Lord
2021-2-23
8 个评论
James Tursa
2021-2-24
This is not correct. You need to use the exact same indexing on both sides of the assignment.
Steven Lord
2021-2-24
There are also mismatched parentheses. From the fact that Richard Dillenson said "Thank you" I assume that's an error when the solution was copy-and-pasted into Answers not an error in the code they ran.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
