photo

Muniba Shah


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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]

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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

5 years 前 | 0

提问


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

5 years 前 | 3 个回答 | 0

3

个回答