Feeds
提问
Using For Loop to find average of columns in a matrix
Hi I have a 4x365 matrix. I'd like to know the average of the numbers in each column, so that's 365 values I'm looking for. ...
7 years 前 | 3 个回答 | 0
3
个回答提问
Question about a problem
I have a textfile which I've already unpacked into a vector. Each value (units: lbs) in the textfile is a minute of fuel co...
7 years 前 | 2 个回答 | 0
2
个回答提问
Output Matrix in For Loop duplicates. Why?
hi, I have a text file which I unpacked using importdata, and then quads. M = importdata('Textfile.txt'); quads = M.data...
7 years 前 | 1 个回答 | 0
