Answered
Quadcopter simulation in MATLAB/Simulink
Make sure you have the Aerospace Blockset installed.

7 years ago | 2

| accepted

Answered
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 ago | 0

Answered
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 ago | 1

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Answered
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...

7 years ago | 1

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

7 years ago | 0

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

7 years ago | 1