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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 1

| aceptada

Respondida
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#

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

Respondida
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/

más de 10 años hace | 0

Respondida
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>

más de 10 años hace | 0

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

más de 10 años hace | 1

Respondida
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_...

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 0

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

más de 10 años hace | 1

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

más de 10 años hace | 1

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

más de 10 años hace | 0

Cargar más