Community Profile

photo

Christian Lenz


2012년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: Matlab for research

통계

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
hard figure sorting / management
Generally your code slows down when you try to plot many points in one graph. Maybe you could try to plot only every other point...

11년 초과 전 | 0

질문


Solving ODE becomes unstable when using a decaying signal
I'm solving a stiff, time-dependent ode using mass matrix and a jacobian matrix with the ode15s solver. The problem is vectorize...

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

1

답변

질문


ODE15S problem with solver
I try to solve a stiff non-linear ODE including a time-dependent term with ode15s (and I tried others too) using mass matrix. Ma...

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

1

답변

답변 있음
How can I compare whole set of binary images
Would it be possible to use a simpler code? imgOverlap_pos = img1 .* img2; This is pixel-wise multiplication. It can be ...

11년 초과 전 | 0

답변 있음
High pass filter in MATLAB
normalize image... A = double( imread('image.jpg')); A = A./max(max(max(A))); keep the rest.

거의 12년 전 | 0

| 수락됨

질문


Estimation of Solving Time Left using ODE15s()
I'm using [t,sol] = ode15s( ... ) in order to solve a system of stiff first order ODEs. This works quite well. Used within a sim...

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

0

답변

질문


Call an external ActiveX method by reference
Hi everybody In my Matlab code I'd like to use an exernal ocx-file as API that is provided by the manufacturer of my measurem...

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

0

답변