답변 있음 matlab for mac 2014a for mac支持中文了吗?
支持,只要更改你的系统Locale,请参考这个链接 <http://www.mathworks.com/help/matlab/matlab_env/setting-locale-on-macintosh-platforms.html>
关于2014...
거의 12년 전 | 0
답변 있음 Solve state space equation by ODE45
Hi Babak
In order to solve an ODE using |ode45|, you need to first define the function to describe the complete dynamics. In ...
답변 있음 Syntax error in a Simulink Fcn block
Since |FiringOrder| is an array in your workspace, it would not be recognized as a function in MATLAB.
To achieve your object...
거의 12년 전 | 0
| 수락됨
답변 있음 brute force procedure for a function
If you would like to fix one parameter, e.g., |b| and optimize the function by finding appropriate |a| and |c| in their given ra...
답변 있음 how to create constraints in fmincon
This should be an optimization problem with nonlinear constraints, and the problem should be able to be solved using |fmincon| <...
거의 12년 전 | 3
| 수락됨
답변 있음 about trapz and quad integral
Let us first take a look at the differences between |quad| <http://www.mathworks.com/help/matlab/ref/quad.html (See Documentatio...
거의 12년 전 | 2
답변 있음 Stable response for an unstable system
I have computed the poles of the closed-loop system by executing the following command in the MATLAB command line.
>> [z,p,...
답변 있음 How to find a 2 π periodic solution?
* The first approach is to use the Symbolic Math Toolbox <http://www.mathworks.com/products/symbolic/features.html#computing-in-...