photo

Christian Lenz


2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Matlab for research

統計

MATLAB Answers

4 質問
3 回答

ランク
5,893
of 300,763

評判
4

コントリビューション
4 質問
3 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0

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

13年以上 前 | 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年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答