photo

ludolfusexe


Last seen: 1 year 前 自 2024 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

MATLAB Answers

7 个提问
2 个回答

排名
290,916
of 300,763

声誉
0

贡献数
7 个提问
2 个回答

回答接受率
100.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 3

查看徽章

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 year 前 | 0

| 已接受

提问


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 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Building 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)...

1 year 前 | 0

提问


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

1 year 前 | 2 个回答 | 0

2

个回答