Warning in ReadUff() Function
조회 수: 21 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Mathieu NOE
2020년 10월 6일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!