how to make matlab gui load predefined Excel data for data protection?
古いコメントを表示
I made a matlab gui but has to load Excel sheet data file, and I want to protect such data so only be opened in matlab gui how to do it?
4 件のコメント
Geoff Hayes
2016 年 8 月 6 日
essam - please provide some details surrounding this file. What is its purpose relative to the GUI? Are you wanting to encrypt the file, ship it with your MATLAB GUI, and then have the GUI decrypt the file at run-time? Why an Excel file over a text file?
Image Analyst
2016 年 8 月 6 日
Are you saying that you've saved the workbook with a password, and you need MATLAB to supply the password to open the workbook? If so, I think you will probably have to use ActiveX for that.
essam
2016 年 8 月 9 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Use COM Objects in MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!