已回答
Quadcopter simulation in MATLAB/Simulink
Make sure you have the Aerospace Blockset installed.

7 years 前 | 2

| 已接受

已回答
Is it possible to run an s-function containing a hybrid model (continuous and discrete blocks) in a model with a lower time step size?
Can you provide an example model? It is unclear what you mean by "an S-function containing a hybrid model".

7 years 前 | 0

已回答
When I use the MinMax block in simulink, how can I determine the index of the MinMax value?
Try the Logical Operator block and the Find Nonzero Elements block. <</matlabcentral/answers/uploaded_files/79965/Capture.PNG...

7 years 前 | 1

已回答
How to use compiled mexw64 functions in User defined Simulink blocks
coder.extrinsic should work for simulation and also remember to initialize some outputs from the MEX function.

7 years 前 | 0

已回答
Simulink matlab function block with two outputs, can't make it work
Your input seems to be a column vector and your MATLAB function is asking for the second and the third columns from the input. I...

7 years 前 | 0

已回答
MATLAB 2017a was running properly, but suddenly became very slow
The bench outputs look normal. You might want to profile your code and first identify which section of the code is running slow....

7 years 前 | 0

已回答
Arduino "MATLAB Support Package for Arduino Hardware" on Linux Ubuntu 16.04 and Mac OS
Did you install it from the Add-on Manager? Also, verify that your Linux kernel version is compatible with the System Requiremen...

7 years 前 | 0

| 已接受

已回答
2D curves from scatter points
Hi ARF, My understanding of your question is that you want to separate the points in 'data' by their topological distribution...

8 years 前 | 1

已回答
Feature Request: Refactoring tool
Hi Nils, Please find the tutorial below for code refactoring in MATLAB Editor: <https://www.mathworks.com/videos/refactor-...

8 years 前 | 0

已回答
Simulink doesn't load
Hi Iordanis, Can you run the following command to open the Simulink Library Browser? >> slLibraryBrowser; -Don

8 years 前 | 1