Answered
Does Matlab support UDP Multicast?
Take a look at this example: http://www.mathworks.com/matlabcentral/fileexchange/59156 Technically it is UDP broadcast, but i...

9 years ago | 0

Submitted


UDP broadcasting from MATLAB
An example of broadcasting UDP messages from MATLAB to multiple Arduinos on the same subnet.

9 years ago | 1 download |

0.0 / 5

Answered
Tmtool don't recognize the tcp/ip on a computer, but does it on another one
It appears that MATLAB is unable to find your VISA implementation. This could be because you have 64-bit MATLAB and 32-bit VISA....

9 years ago | 0

Answered
Matlab Serial RS232 connection with a null modem not working
Depending on your hardware requirements, you may need to unassert the RTS and DTR pins during the opening of the serial object. ...

9 years ago | 0

Answered
Uploading a file with webwrite
Here's an example that uploads any file from MATLAB to DropBox programmatically: http://www.mathworks.com/matlabcentral/filee...

9 years ago | 1

Answered
Problem using webwrite to send image through a simple REST API
Here's an example that uploads any file from MATLAB to DropBox programmatically: http://www.mathworks.com/matlabcentral/filee...

9 years ago | 0

Answered
Upload files to webservers using Matlab's webread/webwrite or urlread2, urlreadpost
Here's an example that uploads any file from MATLAB to DropBox programmatically: http://www.mathworks.com/matlabcentral/filee...

9 years ago | 0

Answered
Tmtool don't recognize the tcp/ip on a computer, but does it on another one
Since TMTOOL works on your laptop but not on your desktop, I suspect your desktop configuration has an issue. Have you added the...

9 years ago | 0

Answered
Instrument control hangs on tekvisa search
I would generally recommend Keysight (Agilent) VISA or National Instruments VISA. In my experience these are far more mature imp...

9 years ago | 0

Answered
Extract signal info from a CAN log
This should prove to be a <http://www.mathworks.com/help/matlab/matlab_prog/access-data-in-nested-structures.html useful resourc...

9 years ago | 0

Answered
How can I use serial() without using an InstrumentControlToolbox license?
Just using the SERIAL functionality should not check out a license for Instrument Control Toolbox. Are you sure none of your oth...

9 years ago | 1

| accepted

Submitted


Measure radio frequency power using MATLAB and an RF power meter
MATLAB example to make RF Power measurements using an Agilent RF Power Meter

9 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Capturing a waveform from an Agilent oscilloscope over a standard VISA interface
MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot.

9 years ago | 5 downloads |

5.0 / 5
Thumbnail

Submitted


Generating Waveforms on Agilent MXG, ESG, PSG Signal Sources using MATLAB
MATLAB® example to download arbitrary waveform data on Agilent MXG, ESG, or PSG signal sources.

9 years ago | 8 downloads |

4.3 / 5

Submitted


Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example
MATLAB application example for Agilent Infiniium and InfiniiVision oscilloscopes

9 years ago | 4 downloads |

5.0 / 5
Thumbnail

Answered
Matlab instrumental control through USB
Did you look at the example here: http://www.mathworks.com/help/instrument/using-quick-control-function-generator.html Mak...

10 years ago | 0

Answered
Matlab compiler and instrument toolbox
I'm not aware of any bugs that can cause this behavior. Could you create a <www.mathworks.com/support/contact_us technical suppo...

10 years ago | 0

Answered
How do I check if an instrument's output is on or off?
That's a question for Keithley tech support. My reading of the <http://research.physics.illinois.edu/bezryadin/labprotocol/Keith...

10 years ago | 0

| accepted

Answered
Will Instrument Control Toolbox support my PicoScope 3204D under Mac OS X?
The picoscope driver is authored by picotech - the device manufacturers. You can contact the picotech technical support for ques...

10 years ago | 0

Answered
How do I create and use a MATLAB Instrument Driver (.mdd) file for use with SEGGER J-Link Pro interface?
It doesn't appear that the device in question has an IVI or VXIPnP driver. In this case, you will want to open up MIDEDIT and cr...

10 years ago | 0

Answered
How do I plot live data acquired via a NIDAQ inside a GUI window?
Here's a good example: http://www.mathworks.com/help/daq/examples/software-analog-triggered-data-capture.html

10 years ago | 0

| accepted

Answered
Problem with updating CAN Pack/Upack blocks programmatically
Saeed, please contact <www.mathworks.com/support/contact_us MathWorks Technical Support> .

10 years ago | 0

Answered
How can I increase the speed of my stepper motor?
Rather than using outputSingleScan, can you queue up data and send the data using startForeground at a specific rate so the moto...

10 years ago | 0

Answered
Problem with Query Instrument
Since you have a working script, can you use that in a <http://www.mathworks.com/help/simulink/ug/creating-an-example-model-that...

10 years ago | 0

Answered
MATLAB compiler problem with COM port
This should work without any additional steps. Please <www.mathworks.com/support/contact_us contact support> with a simple re...

10 years ago | 0

Answered
can hardware support packages be installed to the matlab runtime?
Typically the hardware support packages for Instrument Control Toolbox only install the vendor driver on your computer. I suspec...

10 years ago | 1

| accepted

Answered
Is it possible to acquire data in real time from a YOKOGAWA DL708E oscilloscope using Instrument Control Toolbox?
Does the scope have a serial, ethernet or GPIB interface? If so, most likely. You will need to look up the scope's programmer's ...

10 years ago | 0

| accepted

Answered
Matlab 2014a crashes when i type in instrhwinfo('Bluetooth') in the command window!!!
If using Mac OS X > v 10.8, please upgrade to MATLAB R2016a or newer.

10 years ago | 0

Answered
Bluetooth connection between Lego Mindstorms NXT and MATLAB
Bluetooth on Mac OS X 10.10 and higher are supported in MATLAB R2016a and newer.

10 years ago | 1

Answered
Instrument Control Toolbox with NI-FGEN
There is a support package that does all you need. It also gives you the MDD: <http://www.mathworks.com/matlabcentral/fileexc...

10 years ago | 0

Load more