Gait-Tracking-With-x-IMU
Gait-Tracking-With-x-IMU copied to clipboard
Error using figure
Hello, Im kinda new into matlab. Wen I run script I get:
Error using figure While setting the 'Number' property of 'Figure': Value must be a scalar double or the empty matrix
Error in Script (line 76) figure('Position', [9 39 900 600], 'Number', 'off', 'Name', 'Sensor Data');
I changed the code 'Number' to 'NumberTitle', then it is going well.