Test manager Spreadsheet Creation issue
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Swaraj
2024-1-8
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Inputs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!