Sleh Eddine Brika
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
37,570
of 295,467
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Detect collinear points in a 3d points cloud
Lets say we have a random matrix M with N rows and 3 columns (M = randn(N,3)). I need to detect all the points that are colline...
4 years ago | 2 answers | 0
2
answersQuestion
How to easily detect all the equal rows of an array with saving the indices of the elements?
I have a matrix as shown here A=[ -1 0 0; -1 0 0; -1 0 0; -1 0 0; ...
8 years ago | 1 answer | 0
1
answerQuestion
How does the function pdegplot(model,'FaceLabels','on') detect the labeled Faces ?
I am using PDE toolbox, when reading an STL file with importGeometry function, and plotted the result with the command pdegplot(...
8 years ago | 1 answer | 1
1
answerQuestion
Create n matrix from one matrix according to elements of a column?
I have a sorted matrix (according to the element of the third column) A = [ 4 2 0 ;3 7 0 ; 8 9 3 ; 7 5 3; 4 4 3] I wan...
8 years ago | 2 answers | 0
2
answersQuestion
Displaying STL file with colored facets
I have an STL file of a part for 3D printing, for each facet I had calculated the surface roughness.How to display the STL file ...
8 years ago | 1 answer | 0