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