Statistics
5 질문
0 답변
순위
21,650
of 257,794
평판
1
참여
5 질문
0 답변
답변 채택
40.0%
획득한 표
1
순위
of 110,015
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
function names as variables
I have created functions (say func1 and func2) with this format (each of which was written in a separate file) -----------...
3년 이상 전 | 답변 수: 1 | 0
1
답변질문
Solving sparse linear system
I want to solve a linear system Ax=b, where A is about 16777218x16777218 matrix, it is sparse but not symmetric positive definit...
6년 이하 전 | 답변 수: 0 | 0
0
답변질문
how to plot a single valued function over a triangulated surface?
I have a finite element mesh [t,p] for a surface in 3D, where t is the triangles and p is the (x,y,z) coordinates of the vertice...
약 6년 전 | 답변 수: 1 | 0
1
답변질문
The output of refinemesh function. Is it always the same or a given mesh ?
Let Tn be a triangular mesh obtained from T0 after n times refinement using the "refinemesh" function in Matlab. The questi...
7년 이상 전 | 답변 수: 1 | 1
1
답변질문
why can't I get a vector as an output while using a constant in the function handle ?
I define the following constant function f=@(x,y)0; and I define the following vector z=[1 2; 3 4; 5 6]; I want to ...
8년 이상 전 | 답변 수: 2 | 0