photo

Manish


Active since 2013

Followers: 0   Following: 0

Message

fileName = 'try.xlsx';
a = xlsread(fileName);
x = a(:,1);
y = a(:,62);
plot(x,y)

In plotting graph I am getting error as:
Attempted to access a(:,60); index out of bounds because size(a)=[59,8].