Community Profile

photo

Brandon Bush


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Answered
Using find to check the contents of files within a struct
Using this block of code, you can define a polygon, and then search for points inside the polygon. I used an if statement to tel...

4 years ago | 0

Question


Using find to check the contents of files within a struct
Hello, I am working on a project in which I have a 5122x1 struct containing files with latitude and longitude data. I access the...

4 years ago | 2 answers | 0

2

answers

Question


Matrix - Vector value matching
Matrix = magic(20); Leroy = randi(20,20,1); for i = 1:length(Leroy) [Jenkins, J] = min(min(Leroy(i) - Matrix); end In m...

4 years ago | 1 answer | 0

1

answer

Question


Pcolor Rendering Bug (R2016b)
Hello, I am trying to use pcolor to plot some brightness temperature data. My main concern is this graphic bug that produces a l...

5 years ago | 0 answers | 0

0

answers

Answered
Change marker types on a time series plot
I actually figured it out by removing the time series and using the normal bar function. i will actually try this the next time...

5 years ago | 0

Question


Change marker types on a time series plot
I have this time series graph and I want to change the markers from dots to vertical lines originating from (x,0). This is the c...

5 years ago | 2 answers | 0

2

answers

Question


How to modify a time series plot
I have created a time series plot. My x axis shows the dates that correspond with each point as intended, however, it is only ...

5 years ago | 1 answer | 0

1

answer

Question


How to use datetime to plot a range of dates
I am looking to plot data from a range of dates, the code used to plot the data begins after the first for loop, which covers ev...

5 years ago | 2 answers | 0

2

answers

Question


Is there a way to plot multiple files using a loop in matlab?
I want to use a for loop to plot data from a range of files whos names are string values. This is the code I am using: %Conv...

6 years ago | 1 answer | 0

1

answer

Question


How to remove Icons from legend.
<</matlabcentral/answers/uploaded_files/125511/Legend.jpg>> Here I have a legend and I would like to remove the bubble and re...

6 years ago | 1 answer | 0

1

answer

Question


How to properly transpose a matrix
I have a 1x31 vector array that I would like to transpose into a 31x1 vector. I set: Array = Array'; However, every time...

6 years ago | 1 answer | 0

1

answer

Question


How to find elements of an Array using indexes.
I need to find the elements in a 388x2 array by using indexes given by [I]. The indexes can be any number within the 0-388 range...

6 years ago | 1 answer | 0

1

answer

Question


How to have two sets of values on one colorbar
I have plotted a scatter plot on top of a contour plot, however the color properties are not the same. ie) on the contour plot, ...

6 years ago | 0 answers | 0

0

answers

Question


How to search through a matrix.
Hello, I have two matrices. One is a 388 x 4 called data and the other is a 31 x 3 called num. Both matrices have column 1 being...

6 years ago | 1 answer | 0

1

answer

Question


How to specify values on a colorbar?
I am having trouble getting the appropriate values to show up on my colorbar. The values I need to show are in a 1x11 vector cal...

6 years ago | 0 answers | 0

0

answers

Question


Specifying a colormap for values in an array
I am trying to plot some rain gauge data. There are 31 total rain gauges with rainfall totals in a 31x1 array. Each gauge has a ...

6 years ago | 1 answer | 0

1

answer

Question


Creating a scatter plot with three variables.
Hello, I am trying to create a scatter plot of some rain gauge data. I have three columns with data in them. My X variable is fo...

6 years ago | 2 answers | 0

2

answers

Question


How can I use a while loop to fill in certain cells of an array?
I am currently working with rain gauge data read in from excel. Column 1 has rainfall totals from when the gauge tipped over, co...

6 years ago | 1 answer | 0

1

answer