Christian Lenz
Followers: 0 Following: 0
Professional Interests: Matlab for research
Statistica
RANK
5.893
of 295.527
REPUTAZIONE
4
CONTRIBUTI
4 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
circa 12 anni fa | 0
Domanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaHow 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 ...
oltre 12 anni fa | 0
High pass filter in MATLAB
normalize image... A = double( imread('image.jpg')); A = A./max(max(max(A))); keep the rest.
oltre 12 anni fa | 0
| accettato
Domanda
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...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 12 anni fa | 0 risposte | 0