Creating M-file using Excel/Visual Basic
2 ビュー (過去 30 日間)
古いコメントを表示
I have a few Excel files which have a number of graphs and plots. I would like to now convert numeric data within these Excel files into a M-file and then load it within MATLAB.
I would like to automate this process such that at press of a button I can generate an M file.
Is there an existing plugin within Excel or some existing Visual Basic code that can do this?
I have absolute no knowledge of Visual Basic however if there is an example then I can probably suit it to my needs.
Any help or starting point or example would be appreciated.
0 件のコメント
採用された回答
John
2011 年 2 月 9 日
Do you have to use visual basic? In MATLAB you can use xlsread to load in the excel file and then save the loaded data into .mat files.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!