how do I display a semilogy on the 2D axes of APP Designer?
2 次查看(过去 30 天)
显示 更早的评论
I'm willing to plot the data of a table on the 2D axes of a GUI made with app designer, in form of semilogy, but I cannot seem to do it. is there anyone here who can help? My table is in form of 4 columns of real numbers, and I'm trying to plot something like:
load ('file.mat', Table1);
semilogy(Table1(:,2), Table1(:,1), '*-')
Table1 is 847x4, so if you really need it to find a solution, you'd need to tell me how to extract and post it here.
Thanx in advance
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!