photo

Lamont Granquist


Last seen: 23 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
2 个回答

排名
201,511
of 299,806

声誉
0

贡献数
4 个提问
2 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,809

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,074

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

提问


Can the controlSystemDesigner be used to tune a 2DOF PID controller?
I know how to do this with pidtune or simulink. I understand how a 2DOF PID can be decomposed into separate reference and outpu...

1 month 前 | 1 个回答 | 0

1

个回答

已回答
How does Matlab compute numerical jacobians?
So I got this working on R2021a, which I'll reproduce here since I've seen other people wonder how to make sfdnls or finitediffe...

2 years 前 | 0

| 已接受

提问


How does Matlab compute numerical jacobians?
How do Matlab functions like lsqnonlin compute numerical jacobians, and can those functions be called directly? And I'm aware o...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How do you create a symbolic function of symbolic vectors?
What I'm trying to write is this: syms T real r=sym('r', [1 3], 'real'); v=sym('v', [1 3], 'real'); pv=sym('pv', [1 3], 'rea...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
Pass variable by reference to function
This isn't so much an answer but an example of why pass-by-reference would be useful. I want to pull an array of values out of ...

6 years 前 | 0

提问


What is an elegant way to pack and unpack an array of structures to/from a single vector?
What I've got is an array of structures of somewhat complicated data: data(1).r = [ 1 2 3 ]; data(1).v = [ 4 5 6 ]; data(1).m...

6 years 前 | 1 个回答 | 0

1

个回答