photo

Muniba Shah


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

meer dan 5 jaar ago | 1 answer | 0

1

answer

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

meer dan 5 jaar ago | 1 answer | 0

1

answer

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

meer dan 5 jaar ago | 1 answer | 0

1

answer

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]

meer dan 5 jaar ago | 0 answers | 0

0

answers

Answered
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

meer dan 5 jaar ago | 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...

meer dan 5 jaar ago | 3 answers | 0

3

answers