Yong Chen Chin
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
197.596
of 295.527
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
fast 10 Jahre vor | 0 Antworten | 0