필터 지우기
필터 지우기

random gaussian noise with zero mean and unity variance

조회 수: 2 (최근 30일)
aaru sri
aaru sri 2019년 2월 23일
답변: Star Strider 2019년 2월 23일
Subscript indices must either be real positive integers or logicals.
Error in fffff
kk1=kk1(1+(0.1).*array_gaussian_noise);

채택된 답변

Star Strider
Star Strider 2019년 2월 23일
You are probably missing a multiplication (or other) operator.
Try this:
kk1 = kk1.*(1+(0.1).*array_gaussian_noise);

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by