photo

Manish


2013년부터 활동

Followers: 0   Following: 0

메시지

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].