Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JenMacR

  1. JenMacR

    Relation operation between two arrays

    I think I was confused..have just realised I dont want to be using indexes for what I was working on! Thanks anyway.
  2. JenMacR

    Relation operation between two arrays

    Im trying to use logical indexing for a similar situation: it requires the comparison of a vector with another vector which is then changed depending on whether the condition is true. I want the next element of the vector to be compared to this new value and this carries on... Because the...
  3. JenMacR

    Relation operation between two arrays

    cheers guys. works a treat. jenxx
  4. JenMacR

    Relation operation between two arrays

    Hi, Im trying to compare two arrays - I want to compare each element separately to the corresponding element in the other array and use the answer as part of an if statement. This is what im doing so far that doesnt work: if PeakEnv >=level gain = (level/PeakEnv)^0.75 else gain = 1 end have...

Part and Inventory Search

Back
Top