photo

Brandon Bush


Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 5년 전 | 0

질문


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

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

거의 6년 전 | 0

질문


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

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변