Index in position 2 exceeds array bounds.
显示 更早的评论
I am getting this error for following code to export the the data from graph.

7 个评论
KSSV
2022-12-4
Check the size of the variable num.
whos num
It seems, num is only a array with once column.
Venkata
2022-12-4
Venkata
2022-12-4
Venkata
2022-12-4
Dyuman Joshi
2022-12-4
The variable num is empty, as it shows in its size. You can't access any elements from it.
Check if the excel file is empty or not. What are the contents of the excel file?
Venkata
2022-12-4
Jan
2022-12-4
Well, yes, of course you should use an Excel file with values.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!