photo

Krishna Prasad Rao


Linköpings Universitet

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
2 Respuestas

CLASIFICACIÓN
216.580
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

casi 12 años hace | 0

Pregunta


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

casi 12 años hace | 6 respuestas | 0

6

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 13 años hace | 3 respuestas | 0

3

respuestas