photo

Vishan Gupta


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Need to compare one value to an array that has 1000 decimal values
I have a=0.3, I have a vector jki=0:0.00065:0.65 (its a 1x1001 vector). I want to compare each value of jki to a, if that is tru...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Test value equality within a range of values
I have a=0.3, I have a vector jki=0:0.00065:0.65 (its a 1x1001 vector). I want to compare each value of jki to a, if that is tru...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Using for loops to check elements
I have vector a=[1 2 4 4 2 1] and I want to create a for loop that does some calculations between each element of a, i.e. it per...

6 years 前 | 1 个回答 | 0

1

个回答

提问


if statement not working
I have a bunch of values in vector a=[0 0.3 0.55] I want to compare each of the value in a to the value of b=[0.3], if the compa...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Insert values of a vector between two elements of another vector and at the end of it.
I have a vector a=[0.2 2 3 4] and I have another vector that is b=[0.1 1 2 5] so how can I insert each element of b between elem...

6 years 前 | 1 个回答 | 0

1

个回答