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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변