From: Rabeeh Zakaria on 25 Jul 2010 04:52 Hi Guys, I have a project to operate a radio-controlled car. I have basic knowledge in Matlab. I understood that I have to use the Instrument Control Toolbox. Is that correct? Can you please let me know how can I approach this project?
From: Trent Jarvi on 26 Jul 2010 10:33 "Rabeeh Zakaria" <rabeeh.zakaria(a)gmail.com> wrote in message news:i2gtvj$ao4$1(a)fred.mathworks.com... > Hi Guys, > I have a project to operate a radio-controlled car. I have basic knowledge > in Matlab. > > I understood that I have to use the Instrument Control Toolbox. Is that > correct? > Can you please let me know how can I approach this project? Hi Rabeeh, The Instrument Control Toolbox provides connectivity over industry standard interfaces such as TCPIP, UDP, GPIB, Serial and VISA. If the radio-controlled car can communicate over one of these interfaces, it should work. Sometimes other interfaces such as Bluetooth are presented as a Serial port in the operating system. Depending upon the software stack provided by the vendor, this can sometimes work in Instrument Control but is not officially supported. It is also possible to use the MATLAB interface for shared libraries to interact directly with vendor supplied libraries. Interfaces and Instrument Control: http://www.mathworks.com/serial http://www.mathworks.com/gpib http://www.mathworks.com/tcpip http://www.mathworks.com/udp http://www.mathworks.com/visa MATLAB Interface for Shared libraries: http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f23224dfi7.html An example of using Bluetooth: http://www.mathworks.com/academia/lego-mindstorms-nxt-software/
|
Pages: 1 Prev: seperation of overlapped object Next: Arithmetic on one column only of an array |