필터 지우기
필터 지우기

Info

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

How to plot impulses at particular locations using find command in MATLAB .?

조회 수: 1 (최근 30일)
Dipesh  Mudatkar
Dipesh Mudatkar 2017년 2월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
For example, I have x=[2 0 5 0 5 0 8 5 5 8 5 5 0 5 0 5 0 5 0 5 0 8 4 0 5]; index=find(x~=0); x(index)=1;
After this, I have the x=[1 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1],
Now how to plot impulses at locations of 1 value using plot ?

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by