photo

Christian Lenz


Actif depuis 2012

Followers: 0   Following: 0

Message

Professional Interests: Matlab for research

Statistiques

MATLAB Answers

4 Questions
3 Réponses

RANG
5 893
of 301 806

RÉPUTATION
4

CONTRIBUTIONS
4 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 413

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 647

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 14 ans il y a | 0

Question


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

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

presque 14 ans il y a | 0

Réponse apportée
High pass filter in MATLAB
normalize image... A = double( imread('image.jpg')); A = A./max(max(max(A))); keep the rest.

presque 14 ans il y a | 0

| A accepté

Question


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

presque 14 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 14 ans il y a | 1 réponse | 0

0

réponse