I think it's important to clarify that the information stored in the spreadsheet is not shown on the app interface, I'd like it to be inaccessible on the GUI.
Matlab App Designer : An alternative to excel data aquisition
1 次查看(过去 30 天)
显示 更早的评论
Hi ,
I'm currently working on an application which has to perform various calculations which use data from a pre-populated excel spreadsheet:
data=readtable("DATA.xlsx","range","A1:Z99",'PreserveVariableNames',true);
Is there a way to do this within the application instead of having to use a seperate spreadsheet ? I'd prefer the final product not to rely on another file like this.
Best,
Lewis I.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Create Custom UI Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!