Alexander Laut
Followers: 0 Following: 0
Statistics
RANK
96.376
of 295.527
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
2
RANK
17.636 of 20.242
REPUTATION
2
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
28
RANK
of 154.057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 1
1
answerQuestion
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...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 1 answer | 1
1
answerSubmitted
varspace(funx,xmin,xmax,numx,varargin)
Optimizes domain distribution x for y=f(x) for efficient shape representation
bijna 7 jaar ago | 1 download |
Question
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 =...
bijna 7 jaar ago | 0 answers | 0
0
answersSeeking 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...
ongeveer 7 jaar ago | 0