daqread function is deprecated

5 Ansichten (letzte 30 Tage)
xiaoyu fu
xiaoyu fu am 2 Feb. 2019
Kommentiert: Walter Roberson am 6 Feb. 2019
My Matlab R2018a can't read daq,it said the function is deprecated.
  1 Kommentar
Walter Roberson
Walter Roberson am 2 Feb. 2019
I find no release notes mentioning daqread() at all, and it continues to be documented in r2018b. Are you certain that you have the correct function name?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Brian Hu
Brian Hu am 6 Feb. 2019
Starting from MATLAB version R2016a, the Data Acquisition Toolbox no longer supports Legacy Interface based commands. The current toolbox uses a Session Interface to communicate with data acquisition devices. Since daqread is a Legacy Interface command, its functionality is no longer supported in newer versions of MATLAB. The link below has more information on how to convert Legacy Interface to Session Interface code.
  1 Kommentar
Walter Roberson
Walter Roberson am 6 Feb. 2019
True but irrelevant. daqread() is basic MATLAB
and has to do with reading stored .daq files, no matter how they were created.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Digital Input and Output finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by