Warning in ReadUff() Function

21 visualizaciones (últimos 30 días)
Shilei Zhang
Shilei Zhang el 6 de Oct. de 2020
Respondida: Mathieu NOE el 6 de Oct. de 2020
Dear Mr. Emmert,
I am using your ReadUff() Matlab function for testing the format for a uff58b type, which I programmed myself with vb.NET.
When reading the generated file with other software, it can be read without any warnings.
The ReadUff() function in matlab however throws the following warning for every set:
Warning: Badly formated binary uff file (TestData_58b.uff) at set #2: the size of the data is greater than the number of bytes specified; extra extra bytes at the end will
be skipped.
I tried several changes in my code, without any success.
I would be very happy about any hint.
Thank you very much !
  5 comentarios
Shilei Zhang
Shilei Zhang el 6 de Oct. de 2020
Thank you very much for your reply.
Attached you can find an example of my uff58b file in .txt format.
Best regards
Shilei Zhang
Shilei Zhang el 6 de Oct. de 2020
@Walter Roberson,
thank you very much for your hint.
Lets say I have a set of 200 data (single precision) which means that the number of following bytes should be 200 * 4 bytes = 800 bytes right ?
I do not understand where the inconsistancy comes from.
Best regards

Iniciar sesión para comentar.

Respuestas (1)

Mathieu NOE
Mathieu NOE el 6 de Oct. de 2020
hello again
I could open succesfully your file using the attached readuff file
all the best !
clc
clear all
[UffDataSets, Info, errmsg] = readuff('TestData_58b.uff')
UffDataSets{1}.measData

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by