Answered
How to build PID controller with Arduino UNO?
Here is a link that shows how to do PID control on DC motors using Simulink - http://www.mathworks.com/help/supportpkg/arduino...

10 years ago | 0

Answered
Using "sec" keyword in temporal logic stateflow
Could you try out a shipped demo model to see if you are getting the same error? On MATLAB Command window type the following ...

10 years ago | 0

| accepted

Answered
Windows 10 with MATLAB 2015b plot function
Based on this answer by MathWorks Technical Support team - http://www.mathworks.com/matlabcentral/answers/223444-is-matlab-compa...

10 years ago | 0

Answered
Can I use realsense camera for computer vision toolbox?
This page lists all the supported hardware with Image Processing and Computer vision toolbox. http://www.mathworks.com/hardware-...

10 years ago | 0

Answered
Importing .txt files from directory and save them as .mat data files
Have you tried using the Import Data option in MATLAB Home Tab? This will help you do the same in an interactive way and also ge...

10 years ago | 0

| accepted

Answered
Error While Propagating Size
Have you tried editing the size of output in the edit data portion of MATLAB function? 1) Open the MATLAB function in MATLAB...

10 years ago | 0

| accepted

Answered
Is there a way to change the font of text in Simulink dialog boxes?
Open a new model in Simulink. Navigate to File > Simulink Preferences. This will open up a new dialog box. In the left hand side...

10 years ago | 0

Answered
[Warning: Function image has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.] how i can compromise the error
If you have any custom functions that match the same name as built-in functions you could be getting these error messages. If yo...

10 years ago | 0

Answered
Arduino - Simulnik serial data speed
Have you looked at this post - http://www.mathworks.com/matlabcentral/fileexchange/39354-device-drivers. It works with the Simul...

10 years ago | 0

Answered
How can I access I2C on my Raspberry Pi A+?
Have you tried using enablei2c - http://www.mathworks.com/help/supportpkg/raspberrypiio/ref/enablei2c.html

10 years ago | 0

Answered
targetupdater doesn't recognize laptop built-in or usb microSD card reader
Is the SD card recognized by your Windows OS?? If the answer is yes, then try opening MATLAB as and administrator and then use t...

10 years ago | 0

Answered
missing RaspberryPi functions ? mycamera and cameraboard ? help please
Have you tried using the cameraboard function??? I don't see that in the code you have mentioned here. I would try something lik...

10 years ago | 0

Answered
Arduino serial read bug
If you are using one of the latest releases of MATLAB, try using the support package for the same - http://www.mathworks.com/har...

10 years ago | 2

Answered
How to Flash .m file to Raspberry Pi (making it standalone system) using matlab support package for RPi
For standalone applications, the easiest way is to use Simulink support package and put your MATLAB function inside a MATLAB fun...

10 years ago | 1

Answered
Help with Licence checkout failed error
Technical Support at MathWorks should be able to help you out with this. Please visit this link and log in using your MathWorks ...

10 years ago | 0

Answered
I can't find >> symbol in my command window and whenever I type Enter key, it goes to the next line, why?
On the bottom left corner does it say Busy??? This could be because MATLAB is still not done with the previous computation that ...

10 years ago | 0

Answered
Calculating sequence for fib
In page 4 of this document there is a function that finds Fibonacci numbers - http://www.mathworks.com/moler/exm/chapters/fibona...

10 years ago | 0

Answered
Arduino support package does NOT work with multiuser PCs
The issue is fixed in MATLAB R2015b as I tried installing the support package as an admin and other users can see it.

10 years ago | 1

Answered
Raspberry pi standalone code
It is definitely possible to bring in images from a raspberry pi camera board to MATLAB and then perform the image processing al...

10 years ago | 0

Answered
wifi adapter for Raspberry pi
This answer might be of help to you - http://www.mathworks.com/matlabcentral/answers/82980#answer_92663

10 years ago | 0

Answered
How to capture video from Raspberry USB webcam?
Looks like there is a way to do this using the MATLAB support package - http://www.mathworks.com/help/supportpkg/raspberrypiio/e...

10 years ago | 0

Answered
Is it possible to start a Simulink-Model on Raspberry Pi automatically after power is supplied to the hardware?
The Raspberry pi support package creates an executable that gets downloaded to the hardware. If you know the equivalent of runni...

10 years ago | 0

| accepted

Answered
Matlab to android conversion?
Here is a link - http://www.mathworks.com/videos/matlab-to-iphone-and-android-made-easy-107779.html you will have to registe...

10 years ago | 0

Answered
Does Matlab / Simulink support HackRF SDR ?
I don't think this hardware is supported currently. You can submit a request here - http://www.mathworks.com/hardware-support/ho...

10 years ago | 0

Answered
grayconnected command not working.
From this link - http://www.mathworks.com/help/images/ref/grayconnected.html It looks like, this function is part of Image p...

10 years ago | 1

Answered
Can Stateflow be used on an Arduino board with R2015b Home Edition without a Simulink Coder license?
The bug report in the link you have provided makes me believe that this might be the same bug that re-surfaced unless they have ...

10 years ago | 0

Answered
Trouble getting plots to show in published PDF
Have you tried breaking down the problem into smaller pieces instead of one huge script??? Also which version of MATLAB are ...

10 years ago | 0

Answered
Can you tell me what's wrong with the script I wrote for a Transfer function for a closed-loop feedback system with disturbances? Thank you.
If you look at your T it is a second order transfer function. I think your Tnum should be [K K] and not [K K 0]

10 years ago | 0

| accepted

Answered
Alternative for using Servo Write Arduino in Simulink
Is there a specific reason that you need to use External mode and cannot use Normal mode?

10 years ago | 0

Load more