photo

Cameron


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python, C++, MATLAB, HTML, CSS, Arduino
Spoken Languages:
English

통계

All
MATLAB Answers

5 질문
1 답변

File Exchange

1 파일

Cody

0 문제
3 답안

순위
133,005
of 301,200

평판
0

참여
5 질문
1 답변

답변 채택
100.0%

획득한 표
0

순위
20,423 of 21,190

평판
0

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
2

순위
82,056
of 173,339

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

질문


Using inpolygon to remove points from a matrix removing additional points
I'm trying to use a user drawn polygon to remove all points from a matrix that lie in/on the polygon. In the following 2D image,...

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

1

답변

질문


Remove points in a 3D matrix that lie inside a 2D polygon on each layer
I'm visualizing an MRI but am trying to remove a lot of artifacts that usually come in these images. I've implemented two soluti...

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

1

답변

질문


Getting points back from convexhull/trisurf, or 'how to find the closest point on a 3d surface to a given point.
I'm trying to find the outside surface of a 3D matrix (an MRI of the scalp), The matrix contains all the points of the scalp and...

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

1

답변

답변 있음
Simplifying for-find loop functions to speed up processing
I've developed a better solution to the above, which is [~,mD] = knnsearch(rcv,rcv,'K',5); mD_thresh = find(mD>10);...

대략 2년 전 | 0

질문


Simplifying for-find loop functions to speed up processing
Hi all, A pretty basic question, but I'm trying to find a more elegant solution to search through a 750,000x5 list to remove en...

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

2

답변

질문


MATLAB Online deleted the contents of my file and has no back up
Using MATLAB online, which can often stutter or get laggy but could usually be fixed with a refresh. I had a script I was runnin...

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

1

답변

제출됨


Cue Reactivity Task post-experiment processing script
Takes the output of the Pavlovia Cue Reactivity Task and sorts it for useful time and user stats information.

3년 초과 전 | 다운로드 수: 1 |

0.0 / 5

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3년 초과 전