Community Profile

photo

SB


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Selecting specific values from an array based on a defined condition
I have the following array: d = [0,100,-100]; m = 300; I want to select certain values of array d as follows: d(0<=m+d<=300)...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Selecting cross values from two arrays
I have three arrays namely, s = [0,1000,2000], d = [0,1000,2000] and J = [0,5000,8000], where, J = 3*d+2000. Now within a for...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Referencing value of an array based on the values of another
I have an array d = [0,1000,2000]. Based on this array, I compute the value of another array, let's say J = [0,5000,8000], where...

4년 초과 전 | 답변 수: 1 | 0

1

답변