From: Roberto on 17 Jul 2010 12:46 I've got a variable which contains a lot of words (all in the first column). I need to find a specified word (let's say the word "interest"). When the variable contains this word, I need to know the row-number. What's the best/easiast way to do this?
From: Jan Simon on 17 Jul 2010 16:39 Dear Roberto, > I've got a variable which contains a lot of words (all in the first column). I need to find a specified word (let's say the word "interest"). When the variable contains this word, I need to know the row-number. What did you try to solve your problem? Did you e.g. search for "find string" in the documentation? Then you'd find "findstr" and "strfind". Good luck, Jan
|
Pages: 1 Prev: Convert 3D to 2D - vertical concatenation Next: OQPSK with LLR supporting in simulink |