Feeds
질문
How to find the indices of a data column that aren't Nan, and how to use those indices to concatenate a vector?
My code is using importdata to import the data columns from excel files. I have a bunch of data files that I have a for loop goi...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Turning separate columns of data into a single column or vector.
If I have a for loop looping through 12 files of data and I use the function A.data(:,1) in the loop to pull out the first colum...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Pulling a specific element out of a cell?
I have imported a file into my script which included a header. I was able to pull a specific line from my header that reads: ";S...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Why is str2num returning [] and str2double returning NaN?
I am new to Matlab and am having a hard ime figuring out how to turn a string into a number. I have a line of text data that s...
6년 초과 전 | 답변 수: 1 | 0

