photo

Alexander Laut


Last seen: 10 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
1 个回答

File Exchange

1 文件

排名
104,353
of 297,503

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
2

排名
17,791 of 20,449

声誉
2

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
28

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Efficient algorithm for plotting edges detect in a triangular mesh
I often need to represent geometries by parsing STL as triangular meshes. Often plotting the geometry as a surf or trisurf plot ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Vectorized rotation of 3D gridded volumes
Problem I understand that in general, if I define a 3D rotation matrix such as: R = [ 1,0,0; 0,cos(theta),-sin(theta...

6 years 前 | 1 个回答 | 1

1

个回答

提问


smooth 2D array and maintain boundaries
I have a 2D array which has some noisy data. I need to smoothen it but preserve the values towards the edges. I have played a...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to resize figure without moving contents
To standardized my figure export process I use a custom defined *printfigs.m* call at the end of each script. One of the key thi...

6 years 前 | 1 个回答 | 1

1

个回答

已提交


varspace(funx,xmin,xmax,numx,varargin)
Optimizes domain distribution x for y=f(x) for efficient shape representation

7 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


How can I efficiently mesh 2D lines in MATLAB
I have created a 2D mesher (for lack of a better word?). Its useage is as follows: xmin = -pi/2; xmax = +pi/2; numx =...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
Seeking a fast way to determine if axes are current
i don't know how this compares but i found this solution useful for my needs to check if an axis exists without creating a figur...

7 years 前 | 0