random gaussian noise with zero mean and unity variance

조회 수: 3 (최근 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개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by