photo

Muniba Shah


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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]

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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

plus de 5 ans il y a | 0

Question


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

plus de 5 ans il y a | 3 réponses | 0

3

réponses