Community Profile

photo

Andrea


Active since 2015

Followers: 0   Following: 0

Graduate student at Vanderbilt University

Statistics

  • First Review

View badges

Feeds

View by

Question


Replacing part of NaN matrix with numerical array
I have an 8x150 NaN matrix created to avoid a time lag in running my code. During a for loop, I create an array of values that I...

8 years ago | 1 answer | 0

1

answer

Question


How can I run preloaded csv data through a loop?
% define loaded csv data and other variables IM_1 = csvread('filename1.csv',2,2,[2,2,214,8]); IM_2 = csvread('fi...

8 years ago | 2 answers | 0

2

answers

Question


Creating a multidimensional array using csv data
IM_1 = csvread('filename1.csv',2,2,[2,2,214,8]); IM_2 = csvread('filename2.csv',2,2,[2,2,206,8]); IM_data = [IM_1]; IM_...

8 years ago | 1 answer | 1

1

answer