photo

Vishan Gupta


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort