photo

Muniba Shah


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Please help, indexing of ND-Dimensional matrices
Hey, I'm stuck on this stupid thing and i know is obvious. I have a 3D matrix of A = rand(5,4,3) and i want to change their sh...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with rotation any single matrix of 3D matrix by 90 degrees
Suppose, I have 3D matrix of A = rand(5,4,3) and i want to rotate clockwise only 1st matrix with 90 degree and then change the v...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Changing elements of column and row in a matrix
Hi, how can I change the positions of different elements of rows and columns in a matrix [2x4]? I have matric A = [4 90 6 8;3 9...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get the required output?
x=[4 5 1 2 3] & y=[6 7 8 9 10] and required output is c = [21 10]

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to flip only some rows inside a matrix?
A = [2 5 6 7 8 9]; B = reshape(A,[3,2]); C=flipud(B(:,2)); B(:,2)=C; D=fliplr(B(3,:)); B(3,:)=D

más de 5 años hace | 0

Pregunta


How to flip only some rows inside a matrix?
hey all, if i have vector A=[2 5 6 7 8 9] i need it to become a matrix A=[2 9; 5 8; 7 6] any suggest...

más de 5 años hace | 3 respuestas | 0

3

respuestas