photo

d


Last seen: 2년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Is there an appropriate fitting methods for data that as orders of magnitude differences
Hi I want to fit my data to a nonlinear equation that I have. This is to extract the equation parameters. I tried to use lsqcur...

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

1

답변

질문


parfor Vs muliple matlab session
I need to run my code multiple times with different parameters. What I've done so far is to open several matlab windows (until m...

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

1

답변

질문


Cancel the auto scroll down in the command window
My code includes the disp() function inside a loop, so at the command window it displays a lot of lines. When I scroll-up to se...

5년 초과 전 | 답변 수: 1 | 2

1

답변

질문


Which is faster, the sparse or spdiag function?
In each iteration of a for loop I'm creating a big (approximatlly 10k*10k) five diagonal sparse matrix. Does anybody knows which...

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

1

답변

질문


Extract data from sparse matrix in a parfor loop
Hi, I need to find eigenvectors and eigenvalues for a lot of 100*100 tri-diagonal matrices. they defined as follow: A_kk ...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


fast solution for matrix multiplication
I have the following expression of the matrix elements B_(l,m): B_(l,m)=Sum(over k=0 to N) of a_(l,k)*a_(m,k+1)+a_(l,k+1)*a_(...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How can I Identify Boundary Labels when writing a PDE code (not with the pdetool)?
I want to solve the Laplace equation using MATLAB, without using the PDE app. I first created a geometry which includes several...

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

1

답변

질문


need halp with simbolic summation?
I solved the laplace equation and I got a discrete vector of coefficients (A_n) with 100 coefs (n=100) now the solution is lo...

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

0

답변

질문


mldivide, backslash \ operator options
Hello, I'm solving the system x=A\B; the size of A is is around [1e6 x 1e6] and is a symmetric and sparse matrix with 5 n...

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

1

답변

질문


plot gradient of pde
Hi, 1) I solved the laplace equation and found the electric field using: u= assempde(b,p,e,t,c,a,f); %laplace equation on...

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

1

답변

질문


solve multiple implicit coupled equations?
How can I solve this system of equations? I0=-1*a+b*(exp(v0/c)-1); I1=-2*a+b*(exp(v0/c)+exp(v1/c)-2); I2=-3*a+b*(exp(v0...

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

0

답변

질문


refine mesh in PDEModel
Hello, I'm trying to solve a laplace equation using PDEModel. I created the mesh object like this: model=createpde; msh=g...

거의 9년 전 | 답변 수: 2 | 1

2

답변

질문


Set Neumann Boundary Conditions to PDEModel
Hello, I want to solve the Laplace equation on a 2-D rectangular grid. I'm using the "applyBoundaryCondition" function to determ...

거의 9년 전 | 답변 수: 1 | 1

1

답변