Sign Changes (conditional through vector elements)
3 views (last 30 days)
Show older comments
function count = signChangeCounter(numberList) %Enter the commands for your function here.
% code to call function numberList = [3 -2 -30 21 -7 0 -8 -4]; count = signChangeCounter(numberList)
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Verification, Validation, and Test in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!