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)...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 1 件の回答 | 0

1

回答