Community Profile

photo

Kenneth Morley


Ohio State University

Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How does normr work?
Yes i realize it returns a matrix with the values having a norm of 1 but how exactly does it do this? My knowledge of statistics...

10 years ago | 1 answer | 0

1

answer

Question


Filling a polygon using an index and colormap
I am attempting to fill in the polygons of counties based on data collected. I have attached the array I am working with. It has...

10 years ago | 1 answer | 0

1

answer

Question


Accessing nested array data
I would like to use a loop to find out which rows have 1's in a nested array. I will include a screenshot of what my data looks ...

10 years ago | 1 answer | 0

1

answer

Question


Use inpolygon for more than 1 polygon
As the questions suggests, I am attempting to use the inpolygon function to determine if a set of points is within a polygon. Ho...

10 years ago | 0 answers | 0

0

answers

Question


Why can I not create a vector using this loop?
for i = 1:length(counties) x(i).min = min(counties(i).Lon); x(i).max = max(counties(i).Lon); y(i).min...

10 years ago | 0 answers | 0

0

answers

Question


How do I find If one polygon is inside another?
I have geographic plotting data (lat lon or X Y in this case) for counties and for storm surge levels. I need to see if the stor...

10 years ago | 2 answers | 0

2

answers

Question


How can I access the RGB data in this figure
<</matlabcentral/answers/uploaded_files/7185/affected%20counites.JPG>> I have a 61x1 array. From the picture I can see exactl...

10 years ago | 2 answers | 0

2

answers

Question


How to use certain data in an array for a colormap
I would like to use a colormap to show the counties.risk field. How can I do that? Thanks so much for your answers! <</ma...

10 years ago | 0 answers | 0

0

answers

Question


How do I replace [ ] in an array with 0's
<</matlabcentral/answers/uploaded_files/6842/pathrisk.JPG>> How can i replace the [] in the pathrisk field with 0's? Than...

10 years ago | 2 answers | 1

2

answers

Question


Sorting an array in matlab
Hello all: I am trying to sort an array by the names of counties but I am struggling on how to do this. I have attached a pi...

10 years ago | 1 answer | 0

1

answer

Question


Using Matlab to tell if cone of uncertainty is in a county
I am a VERY basic programmer and I am attempting to use the mapping toolbox to tell whether the "cone of uncertainty" for a hurr...

10 years ago | 0 answers | 0

0

answers

Question


Shapefile read errors please help!
All: I am a very beginner programer and I am running into some problems attempting to use the shaperead function. Every time...

10 years ago | 0 answers | 0

0

answers