How can I handle Diagnostic error in script???

2 visualizaciones (últimos 30 días)
galaxy
galaxy el 14 de Sept. de 2021
Hi all,
I create testcases excel file from Simulink Test Manager by following command.
tf = sltest.testmanager.TestFile('exTest.mldatx');
ts = tf.getTestSuites;
tc = ts.getTestCases;
% Set up tc . . .
input = createInputDataFile(tc,'input.xlsx');
But when I use createInputDataFile function, Diagnostics put error as:
I used try - catch, but can't handle this error.
Do anyone can help me?
Thank you

Respuestas (0)

Categorías

Más información sobre Configure and View Diagnostics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by