python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
equation manipulation in MATLAB
I have a problem using MATLAB for a dynamics problem. The problem is how to code in MATLAB, not how to solve the equation. I'm fairly new to MATLAB.
I have 2 equations of motion like
DDx_c =
((kx_c - ...
Peter Lindhøj Tuxen
Votes: 0
Answers: 0
How to incorporate macroeconomic factors in the Dynamic Nelson Siegel model?
I am having a hard time adding macroeconomic variables to the Dynamic Nelson Siegel codes I found online. I read literature like Diebold et al. (2003): The Macroeconomy and the Yield Curve: A Nonstruc...
Gino Ramos
Votes: 0
Answers: 0
How to convert a state-space model to transfer function?
Following this question, I am trying to convert the state-space model from this tutorial back into its transfer-function form. I have tried the
R = 2.0; % Ohms
L = 0.5; %...
Foad S. Farimani
Votes: 0
Answers: 1
Model Predictive Control (MPC) for electromechanical system
So I want to create an MPC controller for my seesaw-cart system. All the "grunt work" (getting equations of motion, state-space representation etc.) has been done, so I went into coding into...
BigDuckPlaya
Votes: 0
Answers: 1