Answered
the commond window always displays: Undefined variable "py" or function "py.command"
Looks like you have the right version of python and MATLAB - http://www.mathworks.com/help/matlab/matlab_external/install-suppor...

10 years ago | 0

Answered
Compile S-Function for Raspbery Pi
Here is a list for R2015b - http://www.mathworks.com/support/compilers/R2015b/index.html;jsessionid=12e925716295a404046e6b96b771...

10 years ago | 0

Answered
Send a program to Arduino through Matlab
I think the best way to go about this issue would be to write the MATLAB equivalent of the Arduino sketch because Arduino IO is ...

10 years ago | 0

Answered
How to solve problem in communicating with Simulink and Arduino plc through an OPC server?
S-functions need to come with tlc for code generation and given that you cannot see the file in MATLAB path makes me believe thi...

10 years ago | 0

Answered
Serial communication, (read, write from/to arduino ) on MATLAB Support Package for Arduino® Hardware
As far as I know there is no way to do both at the same time, as methods(a) on the arduino object does not give me anything that...

10 years ago | 0

Answered
GUI Interface Arduino Error
The variable 'a' which stores the arduino object is being cleared. Have you checked if that is causing the issue?

10 years ago | 0

| accepted

Answered
Support for Udoo Neo
You can always submit a request here to support New hardware - https://www.mathworks.com/hardware-support/request-hardware-suppo...

10 years ago | 0

| accepted

Answered
One common Y-axis label for two or more plots
I would propose you to get the Handle of the subplots and then work with that. Sample code FigH = figure; SP1H ...

10 years ago | 1

| accepted

Answered
There is 3 errors shown in matlab,when i generate code from simulink
Try this - http://www.st.com/web/catalog/tools/FM147/CL1794/S%20%20C961/SS1533/PF258513?s_searchtype=partnumber#

10 years ago | 0

Answered
Sudoku Update and Solve Files
Does this link help? http://www.mathworks.com/company/newsletters/articles/solving-sudoku-with-matlab.html

10 years ago | 0

Answered
Is it possible to run a model containing S-functions with multiple sources in rapid accelerator mode? If so, how can it be done?
You will need to write TLC Files to be able to use Rapid Accelerator mode - http://www.mathworks.com/help/simulink/ug/designing-...

10 years ago | 0

Answered
Matlab stop recognizing K80 after some time of operation.
Have you contacted Technical Support from MathWorks with this? http://www.mathworks.com/support/contact_us/

10 years ago | 0

Answered
How to uninstall toolboxes on Mac OS?
Does this link help? <http://www.mathworks.com/help/install/ug/remove-uninstall-mathworks-products.html#bspf_nm-7>

10 years ago | 0

Answered
Issue using vision.CascadeObjectDetector
I recommend trying the following in MATLAB command window >> license('checkout','video_and_image_blockset') If the answer...

10 years ago | 1

Answered
how can I unlock a library file (not a library block) by command line.
Have you tried it on the library itself instead of the blocks??? GCB is for blocks, I would recommend the following >> set_...

10 years ago | 0

| accepted

Answered
hello, how i can use a model simulink created in R2015a matlab in R2013b matlab?. thancks in evidance.
You should be able to export the model into an older release using the "File --> Export model to --> Previous version ..." optio...

10 years ago | 0

| accepted

Answered
i want to control speed of DC motor using arduino via matlab.
This video should help you do the same using Adafruit Motor shield - https://www.youtube.com/watch?v=H1KPlms7s90&list=PLn8PRpmsu...

10 years ago | 0

Answered
Why don't I see the SPI block for Arduino in Simulink?
The documentation on the website is for the latest release of MATLAB and the older releases will not have all the new features. ...

10 years ago | 0

Answered
Have no values shown in scope. What may be the problem?
Can you provide more details like what type of Arduino you are using and what version of MATLAB you are using? Have you trie...

10 years ago | 0

| accepted

Answered
matlab support package for arduino is not working
If you have confirmed that the board is in fact on COM3 and it is Arduino Uno can you see what happens when you run this command...

10 years ago | 0

Answered
Simulink build succeeding in R2011b but failing in R2014b due to missing library rt_nonfinite.h
Have you tried setting the non-finite numbers parameter to be enabled in Interface tab in Code Generation??? This can happen...

10 years ago | 0

Answered
make6628-1.bat in simulink
Make sure you have write permission on the folder that you are working with. I would recommend starting MATLAB as an administrat...

10 years ago | 0

Answered
HEADER_hostid = char(hostid);
Does this answer your question - http://www.mathworks.com/matlabcentral/answers/101892-what-is-a-host-id-or-machine-id-how-do-i-...

10 years ago | 0

Answered
Missing Simulink I2C Blocks in Matlab R2015a
What do you mean by missing a couple of blocks? I don't think I2C blocks are part of the support package as I don't have them ei...

10 years ago | 0

Answered
I am using Matlab2014b , I have successufully installed Arduino support package, and it was working ..but now I am not able to find that in simulink browser ...please help ??
In the library area you should be able to right click and select Refresh Library browser. If this does not help resolve the issu...

10 years ago | 0

Answered
Data acquistion with Simulink 2012b and Arduino UNO
Arduino Uno and Leonardo are not supported for external mode on Simulink - http://www.mathworks.com/hardware-support/arduino-sim...

10 years ago | 0

Answered
Matlab raspberry-pi simulink
For standalone applications, the easiest way is to use Simulink support package and put your MATLAB function inside a MATLAB fun...

10 years ago | 0

Answered
how can i read analog input in matlab?
External mode is not supported by Arduino Uno - http://www.mathworks.com/hardware-support/arduino-simulink.html In this link ...

10 years ago | 1

Answered
external mode is suuported by arduino uno also?
External mode is not supported by Arduino Uno - http://www.mathworks.com/hardware-support/arduino-simulink.html In this link ...

10 years ago | 1

Answered
Problems with the compiler when running gravity_windup.slx example from sparkfun_redbot_block_lib
Have you tried doing mex setup using the following command? >> mex -setup This should tell you what compiler is being u...

10 years ago | 0

Load more