Community Profile

photo

Atiqah Zakirah


2017년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


"Index in position 1 exceeds array bounds" error for loop
I'm trying to determine if there is a change in sign between the current and next value in my array (size is 2000 x 131) and cou...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to speed up an animation plot?
I don't know if this a little extreme but I need to plot 480 plots. I'm combining them in an animated plot so I can see how the ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to create an animated plot?
I'm trying to combine 24 plots (each plot representing the density of people in a certain area) into one figure (making some wha...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to change number of ticks, tick position, and value on plot?
I have a bar3 plot but the axis values and positioning of ticks are wrong. I want the axis, ticks, and tick values to look as su...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Plot cell array as a histogram using hist3?
I have a 30 x 30 cell array and I want to visualize the data in the cell array on a 30 x 30 Bivariate histogram plot using hist3...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to create more cells within a cell in a cell array?
I have a cell array which only consists of numeric values. Hence, there are only numeric values in one cell. However, I need to ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to see cell array content without having to click on the cell?
I have a cell array and I want all the values to be displayed without having to click on the cell. The cell only holds one value...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Why is my for loop outputting empty matrices?
This is a snippet of my current code to calculate the number of data points in a single grid. "i = [103.6:(1/75):104]" represent...

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

2

답변

질문


Finding number of data points in a single grid?
I have a data set of consisting of latitude and longitude coordinates. After plotting my grid and the coordinate points, I want ...

거의 7년 전 | 답변 수: 1 | 1

1

답변

질문


Finding similar values in two different cell arrays and comparing them?
I have 2 separate cell arrays (alight and board), both containing a column for name, hour, and passenger count. I need to find w...

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

2

답변

질문


Plotting a circle and finding intersections
I am trying to plot a circle using existing data I have and find the points where the circle intersect grid lines. I randomly pi...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to create horizontal grid lines?
Hi there. Can anyone help me figure out why my code isn't creating horizontal grid lines? Thank you in advance! %% create g...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to find repeated values in a matrix?
I am trying to obtain the repeated values in each row from a matrix and then store it in a separate matrix. I'm thinking of usin...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to randomly plot circles on grid lines and determine coordinates of intersection?
I'm trying to create my own vertical and horizontal grid lines and then plot multiple circles randomly over it. I then want to d...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to enable grid?
I'm trying to display grid lines on my figure using "grid on" but MATLAB keeps showing me there's an error at my line with "grid...

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

2

답변

질문


How to find distance from point to a grid line?
<</matlabcentral/answers/uploaded_files/78021/mathworksqn.jpg>> I need to calculate the percentage of the circle in each rect...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to compare rows in a matrix?
I need to compare the rows in a single matrix to see which values are repeated. I also want to know which row number the repeate...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


What is the difference between knnsearch and rangesearch?
I need to find the number of data points within a circle of a 10 km radius. The data would be the latitude and longitude coordin...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate the number of data points within a circular boundary?
I need to calculate the number of points within a circle of radius 10 km. The data would be the latitude and longitude coordinat...

거의 7년 전 | 답변 수: 1 | 0

1

답변