Olivia Gilliam
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
188 848
of 296 105
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 336
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 331
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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)
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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.
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How would I write this code using for and while loops/
presque 4 ans il y a | 1 réponse | 0