Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to customize sldvData fields length?

1 次查看(过去 30 天)
Urtzi Markiegi
Urtzi Markiegi 2018-1-24
关闭: MATLAB Answer Bot 2021-8-20
Hello all,
I have created test cases for a Simulink model using the Design Verifier Test Generator. After, I have generated the HTML report and obtained also a sldvData.mat file with the report data details.
I want to extend the length of a field contained in the sldvData structure. Specifically, I would like to extend the description field that contains the path of the related block for a given test objective. The information is contained in the following field:
sldvData.ModelObjects.descr
But only first 65 characters are stored, and longer content is truncated. For example, an original path (1) is truncated to (2):
(1) original path: "\system_name\subsystem_name\blockgroup_name\blocksubgroup_name\block_name"
(2) truncated path: "\system_name\subsystem_name\blockgroup_name\blocksubgroup_nam..."
Is it possible ot extend this parameter to a customized length?
thank you very much!
best,
Urtzi

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by