photo

Devin Mair


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


How to load in a large number of data files with numbered names that skip numbers
I have about 600 data files that I need to extract a few variables from and manipulate. They are titled "experiment-n.m" wher...

9 years ago | 2 answers | 0

2

answers

Answered
Possible to simplify vector expression?
for step = 1:23 temp_diff(step) = male_temperature(step) - male_temperature(step +1); end I think this would work for y...

9 years ago | 0

| accepted

Answered
How can I store value of a variable in every iteration?
As stated by Azzi, the question is not entirely clear, and it makes it hard to help you without an example. However, based ...

9 years ago | 0