Statistics
3 Questions
0 Answers
RANK
32,415
of 300,343
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,926
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,172
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
Which is more efficient for iterative programs: while loops or terminating with an if statement and break command?
Just as the title of the question says, which method is more efficient, both in terms of memory and CPU usage. I'm sure this is ...
5 years ago | 1 answer | 0
1
answerQuestion
Can MATLAB PDE toolbox be used with meshes created with other methods?
Just as the title says, is it possible to use MATLAB PDE toolbox with meshes created with other methods. I have my own FEM and ...
5 years ago | 0 answers | 0
0
answersQuestion
How to extract geometric information of discrete geometry faces (working with STL files in PDE Toolbox)?
Consider the built-in STL file BracketWithHole.stl, which looks like this: The code below model = createpde('structural','...
5 years ago | 1 answer | 1
