photo

Manish


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

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
75 443
of 301 529

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 315

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 175

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


How can I use variable(matrix) from one callback function to other call back function for computation?
%First function % --- Executes on button press in load_life. function load_life_Callback(hObject, eventdata, handles) % hOb...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Question


How to access much data from excel sheet to matlab?
fileName = 'try.xlsx'; a = xlsread(fileName); x = a(:,1); y = a(:,60); plot(x,y) I am getting error as: Attempted to acc...

plus de 12 ans il y a | 1 réponse | 0

1

réponse