photo

Krishna Prasad Rao


Linköpings Universitet

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

3 Fragen
2 Antworten

RANG
122.520
of 301.344

REPUTATION
0

BEITRÄGE
3 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 21.238

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.044

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Hi, i want to plot two columns of values of data from excel, and here is my code but it is saying Index exceeds matrix dimensions.
Hi thanks to you both again, i have tried the older version of XLs by changing both with the excel dokument and in the code, yet...

fast 12 Jahre vor | 0

Frage


Hi, i want to plot two columns of values of data from excel, and here is my code but it is saying Index exceeds matrix dimensions.
[A,B,C]=xlsread('Extra_try.xlsx','Blad1') ; x = cell2mat(A(2:462, 1)); % Untested y = cell2mat(A(2:462, 2)); % Untested ...

fast 12 Jahre vor | 6 Antworten | 0

6

Antworten

Frage


Hi how can we print a matrice directly with 10*10 order
I want to print a matrix of the form 1 to 10 in a row i.e., 1,2,.....10; 2,........1; ........... ........... ...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want print the matrix, in orginal matrix from but it displays it as a series of coloumns.
H_Mat=[1, 0, 1, 0, 1, 0, 1, 0; 1, 0, 0, 1, 0, 1, 0, 1; 0, 1, 1, 0, 0, 1, 1, 0; 0, 1, 0, 1, 1, 0,...

etwa 13 Jahre vor | 3 Antworten | 0

3

Antworten