photo

Christian Lenz


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Matlab for research

统计学

MATLAB Answers

4 个提问
3 个回答

排名
5,893
of 300,759

声誉
4

贡献数
4 个提问
3 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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 ...

13 years 前 | 0

已回答
High pass filter in MATLAB
normalize image... A = double( imread('image.jpg')); A = A./max(max(max(A))); keep the rest.

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 0 个回答 | 0

0

个回答