Yong Chen Chin
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Finding when data in a matrix exceeds a certain value
Hi, I am trying to find the onset of damage within a data 'X' which is a 4373x1 matrix . I have subtracted away the standard ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Equally plotting columns (where possible) in a certain number of figures?
I have a matrix of data, X, which contains 30 columns and 4373 rows. Each row of my matrix is a different data point and the val...
9 years 前 | 0 个回答 | 0
0
个回答提问
I have 30 .dat files named composite1.dat composite2.dat... etc. After importing them into matlab I need to ensure that the data is stored column-wise in a single matrix.(The name of the .DAT file refers to the column number it should be in matrix)
d = dir('composite*.dat'); nfiles = length(d); X = []; for k = 1:nfiles X = [X importdata(d(k).name)]; end
10 years 前 | 0 个回答 | 0