photo

Manish


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

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

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
228.288
of 301.186

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.188

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.292

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta