回答済み
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 0

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

9年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 0

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

9年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 0

さらに読み込む