Olivia Gilliam
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Need to figure out how to find the average.
This is what I have so far: load ('sensorData.mat', 'measurements') A = measurements; k=0; for elevationEstimates = nanmea...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How do I find the average/mean of each row if the data has 150 rows and 3 columns?
A = 'measurements'; mean(A,2) (This is what I have so far but it computes one value, when I need 1 row of 150 averages)
3年以上 前 | 2 件の回答 | 0
2
回答質問
Writing code for sensor data attached?
I need help with this code. I am unsure where to start. So far, I've only loaded the sensordata in MATLAB.
3年以上 前 | 0 件の回答 | 0
0
回答質問
Finding numChanges in array
i'm trying to write a code that calculates the number of changes in V. There should be 6. (V = [1, 1, 1, 1, 0, 0, 0, 1, 1, 0...
4年弱 前 | 1 件の回答 | 0