Answered
Can one run Matlab/Simulink models via Bluetooth on a Lego Mindstorm EV3 brick ?
Sorry, I mis-read the documentation, you are right, as of MATLAB R2014b EV3 is not supported for bluetooth on Simulink yet and o...

11 years ago | 0

| accepted

Answered
Can one run Matlab/Simulink models via Bluetooth on a Lego Mindstorm EV3 brick ?
As mentioned in the documentation here: http://www.mathworks.com/help/supportpkg/legomindstormsev3io/ug/connect-to-an-ev3-bri...

11 years ago | 0

Answered
Back-emf Constant (V/rpm) of PM DC machine
You indeed are correct, it should be V/rad/s compared to the mentioned V/rpm at the following location: http://www.mathworks.co...

11 years ago | 0

Answered
Induction Machine Stator-Rotor turns ratio
I understand you are referring to this Asynchronous machine: http://www.mathworks.com/help/physmod/sps/powersys/ref/asynchron...

11 years ago | 0

Answered
Cannot open source file "Mfx.h", #include "Mfx.h"
This is happening because in Configuration Parameters > Code Generation > Interface > Code replacement library is set to AUTOSAR...

11 years ago | 1

| accepted

Answered
Create a Simulink Library Installer
As per the documentation, need to write a 'slblocks.m' and have the library model together. http://www.mathworks.com/help/sim...

11 years ago | 1

Answered
How to set Default Configuration in Simulink with Commands?
There is a really detailed documentation to do so: http://www.mathworks.com/help/simulink/ug/configuration-set-api.html? T...

11 years ago | 1

Answered
Simulink Embedded Coder C2000 F28069M
As of Embedded Coder R2014b, F28069M is not supported and there is no update to be downloaded to have this hardware show up in t...

11 years ago | 1

Answered
Simulink matrix multiplication error
Based on the error message, it looks like the second signal is 12x1, but the first signal is not as expected, i.e., 4x12. Maybe ...

11 years ago | 1