Community Profile

photo

Gregory jones


Loughborough University

Active since 2016

Followers: 0   Following: 0

Message

Final year Mechanical Engineering student working on computational linguistics in order to investigate differences in dialect.

Statistics

All
  • Solver

View badges

Feeds

View by

Question


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...

7 years ago | 0 answers | 0

0

answers

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

7 years ago

Solved


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...

7 years ago

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers