lala
Followers: 0 Following: 0
Statistics
RANK
228,077
of 295,527
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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
Performance is slower and slower on long-time adaptive FEM
I am building codes for an adaptive local mesh refinement scheme in finite element method. The 4-by-ne element and 2-by-nd node...
6 months ago | 1 answer | 0
1
answerHow does MATLAB know it ran from vscode or desktop?
MATLAB AI Chat Playground solved this problem for me. Following is its answer. MATLAB does not have a built-in way to determine...
12 months ago | 0
| accepted
Question
How does MATLAB know it ran from vscode or desktop?
I am setting up a startup.m script. I want to implement different behavier in this script depending on the starting mode of MA...
1 year ago | 2 answers | 0
2
answersQuestion
Assigning values to a preallocated variable costs more time than to a non-preallocated variable?
Please see the following codes. Why type-1 code is more costly than type-2 and type-3 codes? As far as I know, type-1 preall...
1 year ago | 1 answer | 0
1
answerpage-wise matrix determinant or eigenvalues
det with for-loop is fatest. format long g [tmr,tf] = testpagemdet(100000) function [tmr,tf] = testpagemdet(times) A = ran...
1 year ago | 0
Question
How to solve out of memory error when constructing sparse matrix
I am construcing a stiffness matrix in finite element computation. I have got i, j, and v vectors as input arguments for spars...
1 year ago | 3 answers | 0