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