How can I handle Diagnostic error in script???
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/737429/image.png)
I used try - catch, but can't handle this error.
Do anyone can help me?
Thank you
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Configure and View Diagnostics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!