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

quasi 10 anni fa | 1

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

quasi 10 anni fa | 0

Risposto
get and set duty cycle in function geneator
I'm assuming you are using SCPI commands to control the device. If so, refer to the instrument's programmer's manual for the app...

quasi 10 anni fa | 0

Risposto
How do I use Instrument Control to read an instrument's status byte?
Out of curiosity, what additional data do you need that SPOLL is not sufficient? Also, in many instruments the SCPI parser is sm...

quasi 10 anni fa | 0

Risposto
Instrument Control Toolbox won't recognize NI-VISA drivers on OS X Lion
You should be able to use <http://www.mathworks.com/matlabcentral/fileexchange/49659-instrument-control-toolbox-support-package-...

quasi 10 anni fa | 0

Risposto
Matlab Student 2014a Instrument Control App exits on scan for devices
MATLAB R2016a should support your Bluetooth SPP workflows if you are running the newer versions of Mac OS X (such as Yosemite or...

quasi 10 anni fa | 0

Risposto
The Hardware Support Package for NI-845x USB SPI/I2C does not provide full access to the drivers. How to improve that ?
Create a new request with <http://www.mathworks.com/support/contact_us MathWorks technical support> to add the functionality you...

quasi 10 anni fa | 0

Risposto
How to get correct data from OSC Agilent?
Have you seen this example: http://www.mathworks.com/matlabcentral/fileexchange/28887 Notes: * You will likely have to ...

circa 10 anni fa | 0

| accettato

Risposto
Can I use DAQ Toolbox Adaptor kit to connect my device with Session-based DAQ Toolbox ?
The DAQ adaptor kit is only usable by vendors to add support for their hardware to the legacy interface to DAQ devices. The lega...

circa 10 anni fa | 0

| accettato

Risposto
How To define a sine wave of different amplitude and frequency over a specific period of time
Have a look here: https://www.mathworks.com/company/newsletters/articles/downloading-a-custom-waveform-to-an-arbitrary-wavefo...

circa 10 anni fa | 0

Risposto
How to set the frequency of a square waveform on a non-clocked digital output channel
What is the samplerate of the session, s?

circa 10 anni fa | 0

Risposto
Trouble linking my national instruments USB-6009 to matlab.
What version of the NI-DAQmx drivers do you have installed? Can you try again after installing the Data Acquisition Toolbox Supp...

circa 10 anni fa | 0

Risposto
Could I use Instrument Control toolbox with Ni-Scope and PXIe-5105 in Matlab 2015a ?
At the very least you will need to install the <https://www.mathworks.com/hardware-support/ni-scope.html Hardware support pack...

circa 10 anni fa | 1

Risposto
How to trigger analog inputs on a threshold levels using session based interface?
Take a look at this example. I believe it does what you're after: <http://www.mathworks.com/help/daq/examples/software-analog...

circa 10 anni fa | 1

Risposto
hi ,,,i want a code for working matlab with digilent device
Install this support package: http://www.mathworks.com/hardware-support/digilent-analog-discovery.html See the examples wh...

circa 10 anni fa | 0

Risposto
How to solve ADALM1000 not seen by Matlab?
You need the latest firmware of the device as the old firmware has very serious bugs and is unsupported in MATLAB. Could you ...

circa 10 anni fa | 0

| accettato

Risposto
differential data channels with data/instrumentation toolbox not matching NI MAX
This could be because of rewiring. During the rewiring process, one of the wires may be inducing a signal in an adjacent wire or...

oltre 10 anni fa | 0

Risposto
hardware discovery using instrhwinfo
Your standalone application will require the user of the application to install any 3rd party drivers such as Agilent VISA. With...

oltre 10 anni fa | 1

| accettato

Risposto
Problem receving countinously data with a UDP socket connection
Based on your description I wonder if this is just that your device is continually sending the same value that is filling up you...

oltre 10 anni fa | 0

Risposto
No data acquisition devices available for ADALM1000
You need the latest firmware of the device as the old firmware has very serious bugs and is unsupported in MATLAB. Could you ...

oltre 10 anni fa | 0

Risposto
return empty when I enter “”instrhwinfo('Bluetooth','Hphone')“”
In this case this was because the phone did not support Bluetooth Serial Port Profile. Note that this may also have to do wit...

oltre 10 anni fa | 0

Risposto
Unsuccesful binblockread with Tektronix DPO 2014
The CURVE? command can take some time to execute. This is likely why the BINBLOCK data is not available to read. Rather than ...

oltre 10 anni fa | 0

| accettato

Risposto
How can I automatically enumerate all instruments connected within a LAN to a host PC?
Try the instrhwinfo function. If all your devices are registered in your VISA vendor, you can do this: >> a = instrhwinfo...

oltre 10 anni fa | 0

Risposto
Matlab Student 2014a Instrument Control App exits on scan for devices
This was related to changes Apple made in OS X and is specific to the Mac. This has since been resolved and the app no longer cr...

oltre 10 anni fa | 0

Risposto
time lag in plotting and acquiring data with Instrumentation toolbox
Take a look at this example http://www.mathworks.com/help/daq/examples/software-analog-triggered-data-capture.html You can...

oltre 10 anni fa | 0

Risposto
How to send an array from client to server ?
Check out this blog. http://blogs.mathworks.com/loren/2011/05/27/transferring-data-between-two-computers-using-matlab/

oltre 10 anni fa | 0

Risposto
Read Interval Timeouts for Serial Communication
I suspect you are better off by using a BytesAvailableFcn callback to read back the specified number of bytes from the device wh...

oltre 10 anni fa | 0

Risposto
Matlab serial port opening arduino
Any reason you aren't using the Arduino IO Support Package?

oltre 10 anni fa | 0

Risposto
error with compiled program using Instrument Control Toolbox and NI-SCOPE
You should probably contact <www.mathworks.com/support/contact_us Technical Support> with a new service request.

oltre 10 anni fa | 0

Risposto
MATLAB data recording from bluetooth device malfunctions after about 10 minutes. How do I fix this?
I suspect this is because your Bluetooth object's buffer is overflowing. What is the InputBufferSize of your Bluetooth object? C...

oltre 10 anni fa | 0

Carica altro