How to Turn on Logging Mode
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
benson li
il 17 Lug 2015
Risposto: Walter Roberson
il 18 Lug 2015
I tried setting my analog input device object to log some data, but I ran into these errors.

I think I fixed it by putting quotation marks around Disk, but I have some questions. What exactly do quotations do in MatLab? Why does Logging need to be on? I seem to be able to run functions like peekdata or get sample with no problems.
0 Commenti
Risposta accettata
Walter Roberson
il 18 Lug 2015
quotation marks indicate strings.
Logging is not mandatory. Logging is for the case where you want to be able to analyze the measurements later, and is not required if you are able to deal with the measurements in real-time.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!