deleting element in one dimensional array

hi i have an one dimensional array of n elements and i want to delete only even elements in the array , how can i do this??

回答 (1 件)

Matt J
Matt J 2013 年 3 月 6 日
編集済み: Matt J 2013 年 3 月 6 日

1 投票

A=A(1:2:end);

タグ

質問済み:

2013 年 3 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by