Gregory jones
Loughborough University
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
corrcoef help with accounting for zeros in upper triangular section of matrix
Hi Guys, I have an array that looks something like this A = [0.5; 0.6, 0.8; 0.3, 0.2, 0.5] I'm looking to run a corrcoef...
9 years 前 | 0 个回答 | 0
0
个回答已解决
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
9 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
9 years 前
提问
Creating smooth surf plot from discrete values
Hi Guys, I'm trying to create a surf plot by doing this: %Change lat/lon to polar coords [x1,y1] = projfwd(mstruct,pl...
9 years 前 | 0 个回答 | 0
0
个回答提问
kml2struct issue with loading from directory location
Hi peoples, I am trying to read a .kml file using the kml2struct function stated below. I'm trying to call the function using...
9 years 前 | 0 个回答 | 0
