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

mehr als 10 Jahre vor | 0

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

mehr als 10 Jahre vor | 0

| akzeptiert

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

mehr als 10 Jahre vor | 0

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

mehr als 10 Jahre vor | 0

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

mehr als 10 Jahre vor | 0

| akzeptiert

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

mehr als 10 Jahre vor | 0

| akzeptiert

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

mehr als 10 Jahre vor | 0

Beantwortet
[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...

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

Beantwortet
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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 2

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

fast 11 Jahre vor | 1

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 1

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

| akzeptiert

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 1

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

Beantwortet
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]

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
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?

fast 11 Jahre vor | 0

Mehr laden