photo

James Raj


Last seen: 거의 3년 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I remove the noisy data from the data sample?

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


I am trying to accomplish this same task using the find() command but I'm not sure how.
clear all n = 1 for k = 0:.1:6 x(n) = k if (2 <= x(n))&&(x(n) <= 4) y(n) = 2*k else y(n) = -5...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


I am trying to create a surface plot with nested loops and am getting the error "Z must be a matrix, not a scalar or vector."
clear all n=1; for ii = 1:10; for jj = 1:10; x(n) = ii; y(n) = jj; z(n) = ii+jj; n = ...

대략 5년 전 | 답변 수: 1 | 0

1

답변