Community Profile

photo

Matthew Nargol


Active since 2017

Followers: 0   Following: 0

Message

Mechanical Engineering Student (MEng)

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How do I find the points on the edge of a convex hull enclosing points in 3D?
INPOLYGON does what I need but only in 2D, I need to find the points on the edge of the convex hull in 3D Thanks!

6 years ago | 1 answer | 0

1

answer

Question


How do I use QUAD2D to evaluate a surface fit with elliptical integration limits ? i.e. an elliptically shaped base.
I have a surface fit and I want to evaluate the 2nd integral of this fit with an elliptically shaped base, i have my xmin and xm...

6 years ago | 0 answers | 0

0

answers

Question


How do I adjust the corners of my surface fit using a custom equation to better fit my data ?
I am trying to fit a custom equation approximating a hemispheroid to my data, however the corner points seem to stray far from m...

6 years ago | 0 answers | 0

0

answers

Question


How do I find intersection of a straight line and a surface?
I have a surface generated via 'fit' function and a straight line which intersects the surface, how do i find this intersection?...

6 years ago | 1 answer | 0

1

answer

Question


How do I interpolate scattered data colourmap values to output colourmap values of gridded query points
I have scattered data values each with a colour map scalar value. e.g, x;y;C and I have gridded data in x;y. I want to inter...

6 years ago | 1 answer | 0

1

answer

Answered
3D Plotting Help Linear Eq. w/ Changing Var in Z
Try running it in a loop and using 'hold on' so the plots all come out in one figure. i.e. for z=1:20 figure ho...

6 years ago | 0

Question


How do I create a new array each time there is an empty matrix in a cell array.
I have a cell array and I want to create a new array each time an empty cell is encountered. so for example, I may have: [1 2 ...

6 years ago | 1 answer | 0

1

answer

Question


I have 2 curves, how do I evaluate all points of one curve at perpendicular to all points of the other curve?
Heres the code I'm currently using: %% Normal Finder function [contour_worn_fitted, worn_distance, worn_index]=no...

6 years ago | 0 answers | 0

0

answers