Links
Info
Policy and Grading
Staff
Learning Objectives
Work
Labs
Lectures
Data Sheets
Sample Codes
Debug tips
Previous Courses
2011
2012
|
Debugging and other common problems
- If you start MATLAB before you plug in the hardware, you may get an error. Type the command "daqreset" in MATLAB to refresh the hardware.
- The program to acquire data and plot it continuously requires you to log data to a file. Therefore, you must be located in a directory in MATLAB that is acceptable for MATLAB to write to disk. Common problems include being in a directory where you don't have write permissions or a directory with a dash or some other unacceptable MATLAB directory naming convention.
|