x-IMU-MATLAB-Library icon indicating copy to clipboard operation
x-IMU-MATLAB-Library copied to clipboard

Results 2 x-IMU-MATLAB-Library issues
Sort by recently updated
recently updated
newest added

Hello Sir, Does this Library provide a synchronization between multi-IMU sensors? "in real time" if yes How can i do that? thanks in advance.

x-IMU-MATLAB-Library/ximu_matlab_library/DataBaseClass.m: ``` 29 function figName = CreateFigName(obj) 30 [pathstr, name , ext, versn] = fileparts(obj.FileNameAppendage); 31 figName = name(2:end); 32 end ``` Line 30: The function _fileparts_ has three output...