Statistics
12 Questions
0 Answers
RANK
33,723
of 295,467
REPUTATION
1
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 1 answer | 0
1
answerQuestion
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 ...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 2 answers | 0
2
answersQuestion
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...
11 years ago | 2 answers | 0
2
answersQuestion
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...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 2 answers | 1
2
answersQuestion
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...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 0 answers | 0