Community Profile

photo

Erik Verdijk


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Search substring in character array
How can I find of a substring is present in a character array? The position is´t really important.

6 years ago | 1 answer | 0

1

answer

Answered
Using the find function in a loop
I have files that i want to import. Each of these files has a unknown number of header lines. I like to find that amount. The us...

6 years ago | 0

Question


Using the find function in a loop
I wrote this script to import multiple files. Now I try tofind the variables. Every file has a different amount of rows. I like ...

6 years ago | 2 answers | 0

2

answers

Question


from structure array to vector
How can you make a vector with the values (not only munerical also words) from the cells of row 30 column 2 until the last row ...

6 years ago | 0 answers | 0

0

answers

Question


moving a value under a certain value
A have a structure with a cell aray called textdata. The cells in column 2 are filled with the words abc or efg. In the case a c...

6 years ago | 1 answer | 0

1

answer

Question


Find a word in structure
Ik like to find a word (example:cat)in a structure field (by example: structureA.field1). How can you do that?

6 years ago | 1 answer | 0

1

answer

Question


import an easy file
I know it is a easy question, but I should be extremely grateful if someone give me and answer. I have a string with a complete ...

6 years ago | 1 answer | 0

1

answer

Question


I like to import a string with multiple pathnames
Hello, I have a string with multiple substrings. Each of the substrings is a pathname. How can I use importdata or textscan ...

6 years ago | 2 answers | 0

2

answers