tdmswriteprop write error code for long digits
이전 댓글 표시
see below captures, the same code write TDMS properties, correct in 2022b, but error code in 2023b and 2024a version.


댓글 수: 3
Steven Lord
2024년 4월 9일
Can you share a small segment of the code and data you use to create the files that have different properties in the different releases?
Alex
2024년 4월 9일
Alex
2024년 5월 20일
이동: Walter Roberson
2024년 7월 21일
답변 (1개)
I encountered the same problem in 2024a and 2023b and found this post, then tried this in 2022b and worked fine
I reported a bug!
Edit: I got the following answer from Mathworks:
I am writing in reference to your Technical Support Case 07161458 regarding 'TDMS file write properties via tdmswriteprop() bug'. Thank you for reporting this issue. According to our internal documentation, there is a known bug in R2023b and R2024a which causes writing expressions longer than 15 characters to result in invalid characters. Our developers have already been informed about this bug and they are currently working on a bugfix for future releases of MATLAB. I will also nominate this bugfix for R2024a so our developers can consider shipping it in a future update.
In case of strings, the only workaround is avoiding strings longer than 15 characters. I apologize for this inconvenience.
카테고리
도움말 센터 및 File Exchange에서 TDMS Format Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

