Community Profile

photo

Krishna Prasad Rao


Linköpings Universitet

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

10 years ago | 0

Question


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

10 years ago | 6 answers | 0

6

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 3 answers | 0

3

answers