
Alexander Laut
Statistics
5 質問
1 回答
1 ファイル
ランク
84,809
of 257,798
評価
0
貢献
5 質問
1 回答
回答採用率
40.0%
獲得投票数
2
ランク
of 110,017
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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 ...
3年弱 前 | 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...
約3年 前 | 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...
3年以上 前 | 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...
3年以上 前 | 1 件の回答 | 1
1
回答質問
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 =...
4年以上 前 | 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...
4年以上 前 | 0