photo

Vishan Gupta


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer