Dhruv Thakkar - MATLAB Central
photo

Dhruv Thakkar


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/17 to 03/25Use left and right arrows to move selectionFrom 11/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
3 个回答

排名
109,102
of 297,851

声誉
0

贡献数
6 个提问
3 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,493

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,663

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Replacing for loop with matrix math to increase computational efficiency.
I am using the following code to compute the Sx, Su, Sw and Sd matrices. But I have found out them to be very computationally ex...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Simulink Model Predictive Control
Hey, have you tried reducing the timestep and tuning the prediciton horizon and control horizon. And if its a MIMO system try tu...

5 years 前 | 0

提问


MATLAB crashes while running mex function
When I try to run a mex function, MATLAB crashes. I first built the fucntion using mex function and then I used the function it ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


MPC cannot be designed in app
I have a Carsim S-functon as the plant model for a MPC. But I get an error saying "Plant model cannot be a pure direct feed-thro...

5 years 前 | 3 个回答 | 0

3

个回答

已回答
How can I create an MPC plant model for a nonlinear state space model?
You can use an adaptive model predicitve controller to handle the nonlinearity of the system. If the Simulink function has a pro...

5 years 前 | 0

已回答
'Error in port widths or dimensions' for using Adaptive MPC controller
You can use Signal Dimension block to mention the dimension as [5 2] to ensure that there is no discrepency.

5 years 前 | 0

提问


Error file output dimensions
I am trying to create an Adaptive Model Predictive control to hold a pendulum at a certain angle (theta), assuming a rotory actu...

5 years 前 | 1 个回答 | 0

1

个回答

提问


polyeig gives different eigen values for the same matrices.
I am trying to find eigen value for a system with the Global mass, stiffness and damping matrix. There are two sets of matrices ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


For loop is taking a lot of time to execute.
I have to change four diagrams during the execution of one for loop. I'm using subplot to plot all the diagrams in one. But the ...

7 years 前 | 0 个回答 | 0

0

个回答