Yong Chen Chin
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
197,596
of 295,527
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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 ...
9 years 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...
9 years 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
10 years ago | 0 answers | 0