已回答
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...

9 years 前 | 0

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

9 years 前 | 0

已回答
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 ...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

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

9 years 前 | 0

| 已接受

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

9 years 前 | 0

| 已接受

已回答
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 ...

9 years 前 | 1

| 已接受

已回答
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#

9 years 前 | 0

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

9 years 前 | 0

已回答
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-...

9 years 前 | 0

已回答
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/

9 years 前 | 0

已回答
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>

9 years 前 | 0

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

9 years 前 | 1

已回答
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_...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

已回答
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. ...

9 years 前 | 0

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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-...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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 ...

9 years 前 | 1

已回答
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 ...

9 years 前 | 1

已回答
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...

9 years 前 | 0

加载更多