Siti - please clarify what you mean by the numbers will display but only one line. What are the dimensions of your Data array? What is being displayed and what do you want to see displayed? Please provide some sample data so that we can get an idea of how best to help you.
how to display array on a static box gui?
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to display the array on my command window to my static text but when I use
Data2=int2str(Data);
set(handles.DataTable_CellEdit,'string',sprintf('%s\n',Data2));
the numbers will display but only one line and it displays a different values on the static text.
I want it to display all the answer from my arrray.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!