photo

Cameron


Last seen: 9 days ago Active since 2022

Followers: 0   Following: 0

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

Statistics

All
  • Thankful Level 3
  • First Submission
  • Solver

View badges

Feeds

View by

Question


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

6 months ago | 1 answer | 0

1

answer

Question


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

6 months ago | 1 answer | 0

1

answer

Question


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

6 months ago | 1 answer | 0

1

answer

Answered
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);...

6 months ago | 0

Question


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

6 months ago | 2 answers | 0

2

answers

Question


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

1 year ago | 1 answer | 0

1

answer