photo

Matthew Nargol


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Mechanical Engineering Student (MEng)

统计学

MATLAB Answers

7 个提问
1 个回答

排名
255,345
of 300,414

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,954

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,667

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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!

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

8 years 前 | 0

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答