回答済み 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-...