Thx for the code. For me, parameters are hidden so how can i run the code without param listing and checking.
Apart from this situation, I am getting an output like this, if it has anything to do with it, it is as follows:
`Unrecognized function or variable 'paramvector'.
Error in ImportPX4LogData (line 216)
if numel(fieldnames(paramvector)) == 0
Error in logconv (line 206)
ImportPX4LogData(fileName, fileLocation, '05_csv_files', ...
`
``Hello,
Thx for the code. For me, parameters are hidden so how can i run the code without param listing and checking. Apart from this situation, I am getting an output like this, if it has anything to do with it, it is as follows:
`Unrecognized function or variable 'paramvector'.
Error in ImportPX4LogData (line 216) if numel(fieldnames(paramvector)) == 0
Error in logconv (line 206) ImportPX4LogData(fileName, fileLocation, '05_csv_files', ... `
I would be appreciated if u help me.
Thx.