Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Reading from many columns of an excel sheet

2 vues (au cours des 30 derniers jours)
Unnikrishnan PC
Unnikrishnan PC le 25 Nov 2011
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaire
per isakson
per isakson le 25 Nov 2011
Any errror message?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by