Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to customize sldvData fields length?

1 vue (au cours des 30 derniers jours)
Urtzi Markiegi
Urtzi Markiegi le 24 Jan 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by