Feeds
提问
Get mean of a matrix which has NaN in it
I want to get the mean of each of the columns in a 3x4 array. grades = [2,4,6; 5, NaN, 1; 7, 2,NaN] The NaNs will cause the ...
3 months 前 | 2 个回答 | 0
2
个回答提问
Testing for Linear Dependence (Matrix Errors when running)
Hi, What I'm trying to do should be straight forward, I think. First, I have 2 vectors, and I'm testing for linear dependenc...
12 years 前 | 1 个回答 | 0
