ludolfusexe
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Statistica
RANK
237.453
of 295.495
REPUTAZIONE
0
CONTRIBUTI
6 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
83.33%
VOTI RICEVUTI
0
RANK
of 153.991
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
Domanda
Shading of viscircles weird behavior
When I export a figure via exportgraphics(axis,filename); multiple times, I get the strange behavior that after some exports ...
4 mesi fa | 1 risposta | 0
1
rispostaDomanda
Simulink logging intervals with discrete and continuous blocks
Hi all, In my Simulink Model are some Discrete Blocks (implemented as Level-2 Matlab S-Function) with period time T and also ...
5 mesi fa | 1 risposta | 0
1
rispostaDomanda
Replacing substring not working
Why isn't this working? toBeChanged = "\dot{h}_j(\phi_j,x,y) = \delta _{u}-\delta _{l}\,{\mathrm{e}}^{-\frac{{\left(q_{\mathrm{...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
Force symbolic simplification to eliminate variable
When breaking down a (long and complex) formula into the form , I use the approach of the lincoeffs script. The problem is, th...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
Substitute partial differential into symfun
Because my actual functions are very complex, I would like to calculate the derivative of nested functions first and then substi...
6 mesi fa | 1 risposta | 0
1
rispostaBuilding symbolic expression with vars from vector
syms x y p_jx p_jy phi_j m = 10 p_j = sym('p', [m 2]) phi = sym('phi', [m,1]) J_j = sqrt((x-p_jx)^2+(y-p_jy)...
7 mesi fa | 0
Domanda
Building symbolic expression with vars from vector
Is it possible, to build a symbolic expression with symbolic parameters/variables like in the minimal example below? syms x y ...
7 mesi fa | 2 risposte | 0