Info
この質問は閉じられています。 編集または回答するには再度開いてください。
excel& matlab
2 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone! I've got one more question to you. I create a function for importing .xlsx files.
I call it "importfile.m".
The output are a data.mat and a textdata.
So....
sheet = uigetfile('*.xlsx','Select Weekly Performance Report for Analysis');
importfile (sheet)
Now i want something else. I have a folder with some .xlsx files which concern different machine(10).
All of them have exact the same format. The Cell "C3" has the name of machine.
So i want somehow to read the cell C3 and accordingly with the content , all the .xlsx files to be distributed in their respective folders(already exist).
Can you help me???
0 件のコメント
回答 (1 件)
Fangjun Jiang
2011 年 7 月 25 日
Looks like you can use the built-in function xlsread(). It can read a single sheet or a single cell.
help xlsread
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!