photo

Likun


California Institute of Technology

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
0 답변

순위
41,614
of 301,540

평판
1

참여
9 질문
0 답변

답변 채택
55.56%

획득한 표
1

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,260

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Print depsc is slow
Hello, I am using quiver3 to generate some 3d vector field pictures and using print -depsc to save them as eps file. The i...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


how to fprintf vectors of symbolic function with parentheses
Hi all, I am using fprintf to output a vector of symbolic function, here is a piece of my code: fvec = sym('fvec', [1 ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to define a vector of symbolic functions
Hi all, I have a vector of functions f(x), where f and x are vectors. For example, f(x)=[x1^2+x2-x3; x2+x3^2; x1*x2]; H...

12년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How to define a symbolic vector
Hi all, I want to define a symbolic vector with dimension N, e.g u(1..N) and use it to do some symbolic calculations, e.g. u(...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


parallel computing of optimization problem
Hi all, I am trying to parallelize my optimization code. Below is my original code options=optimset('TolX',1e-8,'TolFun...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to add multidimensional arrays
Hi all, I have the following commands: j=1:N elem(j,1,1)=alfa(j).*E0(1,1).*sigma(j,1,1); elem(j,1,2)=alfa(j).*E0(1,2)...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


data type on matlab performance
Hi all, I am analyzing the performance of my code using profile. Here is part of my code: global NX1 NX2 LU_nr dx1 dx2 u...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to vectorize the for loop
Dear all, I am trying to vectorize the following statement: u=zeros(n,2,2); v=zeros(N); w=zeros(n,2,2); for...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Vectorize if statement
Dear all, Here is part of my code for vectorizing the for loop and if statement: u=zeros(N,1); du=zeros(n,1); j=1:...

12년 초과 전 | 답변 수: 1 | 0

1

답변