ludolfusexe
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Statistics
RANK
96,241
of 296,498
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,381
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,574
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to measure function execution time in simulink inside a matlab function block
Using t1 = tic(); t_elapsed = toc(t1); instead of tic(); t_elapsed = toc(); seems to solve the problem.
1 month ago | 0
| accepted
Question
How to measure function execution time in simulink inside a matlab function block
How to measure function execution time in simulink inside a matlab function block? Simulink restricts using tic and toc and I n...
1 month ago | 1 answer | 0
1
answerQuestion
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 ...
6 months ago | 1 answer | 0
1
answerQuestion
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 ...
7 months ago | 1 answer | 0
1
answerQuestion
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{...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerBuilding 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)...
8 months ago | 0
Question
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 ...
9 months ago | 2 answers | 0