Borrar filtros
Borrar filtros

Test manager Spreadsheet Creation issue

13 visualizaciones (últimos 30 días)
Huda
Huda el 3 de En. de 2024
Respondida: Swaraj el 8 de En. de 2024
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

Respuestas (1)

Swaraj
Swaraj el 8 de En. de 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!!

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by