Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Reading from many columns of an excel sheet

1 回表示 (過去 30 日間)
Unnikrishnan PC
Unnikrishnan PC 2011 年 11 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I tried xlsread() but it does not work.I am passing A to a function which will process the data. Please help
A = xlsread('C:\File.xls','Marks','A1:D10'); [rows cols] = size(A); for m = 1:rows for n = 1:cols B(m,n)=A(m,n); B(m,n)= Grades(A(m,n)); end end xlswrite('C:\File.xls',B,'Grades','A1:D10');
  1 件のコメント
per isakson
per isakson 2011 年 11 月 25 日
Any errror message?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by