Sign Changes (conditional through vector elements)
古いコメントを表示
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 件)
カテゴリ
ヘルプ センター および File Exchange で Verification, Validation, and Test についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!