Community Profile

photo

James Morris


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Matlab2015 - How to minimize a figure?
Is there a short line of code I can include after a plot has been drawn and annotated to minimize it automatically and save the ...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Taking middle 4 values of n size array
I know how to take the first 4 values of an n size array (1:4) and the last 4 (end-4:end) but how would I take the middle 4 va...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


Easiest way to change variables based on decisions made by user?
I am using kNN classification on data extracted via tracking of video. I have different predictors that need to be loaded based...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Findpeaks - excluding peaks within certain x axis values
I am using findpeaks (result seen below), however I would like to ignore the first peak within x axis 0 - 10. What is the best w...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Unique not working - may be due to different datatypes in array
After smoothing out the data from one array I end up with one containing the values shown below. I want to get rid of the duplic...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Selecting a point on a scatter plot, saving index of point
What is the best way to allow a user to select 5 data points on a scatter plot and then save the index of these plots? Code I...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Best Way to find density of [x,y] coordinates within set window
I am using Matlab 2015. What is the best way to code a set window and have it move through some [x,y] coordinate data (from star...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


Iterating over an array to produce an array of calculated variances based on the next 9 entries and previous 9 entries
Code % Extract x coordinates from 1st column of h_coordinates x_coordinates = h_coordinates(:,1); for i=1:length(x_coor...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How do I measure density of data points within a window in plots such as the following?
Below I have a plot of (x,y) coordinate data for the trajectory of an object. What is the best way to measure density of data p...

plus de 4 ans il y a | 1 réponse | 0

0

réponse