Yong Chen Chin
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,207
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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年以上 前 | 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年以上 前 | 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年弱 前 | 0 件の回答 | 0