Test manager Spreadsheet Creation issue
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm trying to create a spreadsheet in test manager ,for some reason it gets stuck when it comes to create the output signalls(Comparison signals),I was able to fix the issue by changing the model stop time to any value but not INF .
I'm not sure that's the correct solution because in the final step of creating the test sheet ,it gets stuck again and finally give this error:
"The data block starting at cell 'A7' exceeds the sheet boundaries by 3267804 row(s) and 0 column(s)."
Please advise
0 Kommentare
Antworten (1)
Swaraj
am 8 Jan. 2024
Hi Huda,
As per my understanding, you are trying to save in older Excel format which is ".xls" format. It is limited to 2^16 = 65536 rows.
Please try to save with ".xlsx" format (the limit should be 2^20 rows).
This is a common error that occurs when MATLAB tries to write more than the allowed number of rows or columns in an Excel sheet.
Hope it helps!!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Inputs 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!