photo

James Morris


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
204,975
of 301,947

평판
0

참여
9 질문
0 답변

답변 채택
77.78%

획득한 표
0

순위
 of 21,470

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 177,627

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

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

0

답변

질문


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

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

3

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

3

답변

질문


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

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

1

답변

질문


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

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

0

답변