MatLab and Arduino. Does anyone know how to establish a connection? [closed] - matlab

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have this Arduino UNO R3 board with DIP ATmega328P and matlab.fig file. What I want to do is control the traffic lights using the figure file of MatLab. The Traffic light consists of Red and Green LED only and will be operated by a push button. I have scoured the internet and got some very few results. Please help me guys :( Thank you in advance.

I'd start with the MATLAB Support Package for Arduino (aka ArduinoIO Package) from the file exchange.
And there are several tutorials out there, here is one, and another one.

Related

simulator required for Siemens S7-200 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a simulator for Siemens S7-200, which operates without communication of Programmable Logic Controller with PC.And it is download able version not online version.
Please help me out here.
LibNoDave had a server example where you could simulate DB and IO so that clients think that they talk to real PLC. It was working for S7 300 and S7 400, so you might check if it works for S7 200 (since library supports all of them). However you can not run your PLC application with it. If you need that then you would have to try to replicate PLC behaviour with custom PC code.

an editor for specman [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I started working with specman recently and I am looking for a good editor for my code.
I am used to working with vi and Emacs - if there is any add-on that can help with one of those, that would be great.
Thanks.
I recommend the Emacs/XEmacs specman-mode from https://github.com/hackonteur/specman-mode. We will continue to improve it and you are welcome to contribute.
There is a Specman mode for Emacs. It used to be available here http://www.specman-mode.com but now it moved to Cadence here http://www.cadence.com/Community/error.htm?aspxerrorpath=/community/forums/T/28436.aspx
Note: At the time of posting the link didn't work, but I checked it out about 5 days before and it was working.
The new Specman mode was just posted in Cadence Shared code forum and can be find directly here:
http://www.cadence.com/community/forums/T/28436.aspx

Iphone File Transfer using xmpp [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I am trying to implement file transfer using Xmpp. i need to send images from one user to another. i have seen some questions on stack overflow but no one seems to have succesfully implemented using XEP 65. is it even possible to tranfer files using xep 65 on iphone. if not what is the alternative to achieve it. some tutorials would be really grateful
Thnks a lot in advance

Face detection in iphone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
Thanks in advance.
I have a requirement is that , to find only the face from selected image, and need to crop it from the original image.Is there any face detection api for it in iphone using objective c . If any one know please tell to me.
The easiest way would be to use a RESTful web service API if Internet connection is possible. You can checkout http://skybiometry.com/ for free face detection & recognition API.

neural network software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
hi
i neeeeed a software for use in learning neural network?
i use matlab now.i like to see layers, nerons,bayases,outpots and work with them? what is the best one?
If you implement FANN, you can use the FANN Explorer to visualise your network as you train/test it, before full implementation.