photo

Sleh Eddine Brika


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
6,422
of 300,499

REPUTATION
7

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
4

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
how to check the length of stl model edge in matlab
I hope you already find a solution for this but anyway I am going to answer that if anyone needs it. %Import the STL file ...

8 years ago | 1

Question


How to calculate a sum using only the odds index ?
I need to calculate this sum. I am using symsum but I don't know how to specify the odds index only. <</matlabcentral/answers...

9 years ago | 1 answer | 0

1

answer

Question


How to access to the vertices and facets of each face detected using importGeometry (PDE toolbox) ?
Using importGeometry and pdegplot (PDE toolbox), N = 3; model = createpde(N); importGeometry(model,'BracketWithHole.stl')...

9 years ago | 3 answers | 2

3

answers

Answered
slicing 3D stl file to 2D series of image
Try this <https://exploreideasdaily.wordpress.com/tag/matlab-2/>

9 years ago | 0

Question


How can I smooth a 2D boundary ?
Hello, I have a N*2 matrix of x,y coordinates. I need to smooth the boundary. I tried with interp2 but I didn't get something ni...

9 years ago | 1 answer | 0

1

answer

Question


Is there a function for 2D linear elasticity equation ?
For 3D linear elasticity equation there is the function elasticityC3D(E,nu) within the toolbox, but for 2D I found nothing.

9 years ago | 1 answer | 0

1

answer

Question


How to speed up a for loop ?
I have a matrix A n*3 of normal, I want to calculate the angles as shown in the code angle=zeros(length(A),1); fo...

9 years ago | 4 answers | 0

4

answers

Question


How to rescale a 3d object (Stl file) ?
I have a STL file, I read it and then I have to rescale or resize the 3d object. Basically each surface has to move according to...

9 years ago | 1 answer | 1

1

answer