필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how polt binary even and odd from for example {0 0 1 1 0 0 }

조회 수: 1 (최근 30일)
salih
salih 2015년 1월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
how polt binary even and odd from for example {0 0 1 1 0 0 }

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2015년 1월 2일
편집: Azzi Abdelmalek 2015년 1월 2일
a=[0 0 1 1 0 0]
stem(a,'r')
  댓글 수: 3
Azzi Abdelmalek
Azzi Abdelmalek 2015년 1월 2일
even_s=a(2:2:end)
odd_s=a(1:2:end)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by