photo

Krishna Prasad Rao


Linköpings Universitet

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
172,943
of 301,837

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,431

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,887

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

13 years ago | 3 answers | 0

3

answers