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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 3 件の回答 | 0

3

回答