![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6065899_1522111793501_DEF.jpg)
Yong Chen Chin
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
98.835
of 297.046
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
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
ongeveer 10 jaar ago | 0 answers | 0