
Atiqah Zakirah
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
"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...
5 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...
8 years 前 | 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 ...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 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...
8 years 前 | 1 个回答 | 0