photo

Abhijit Das


Last seen: 2 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Research Scholar

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Extract elements from a matrix
I have matrices 'a' m-by-m, 'b' n-by-n. I want elements of the matrix c=a(5,5)*b(3,3)*a which is m-by-m matrix. So can I...

12 years 前 | 1 个回答 | 0

1

个回答

提问


extract sub matrix of sub matrix directly
I have matrix a m-by-n-by-p. b=a(:,:,1) is a sub matrix of a. I want to extract sub matrix of b (say c) so that c=b(1:...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Extract sub matrices
I have a matrix A=magic(4); (say) I want 4x4 matrices from A such that the 16 matrices can be saved with different names. ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Add Poisson Noise in an image
I have an image in JPEG format. I want to add Poisson noise in the image. >> a=imread('pattern2.jpg'); >> J =imnoise(a,'p...

13 years 前 | 2 个回答 | 0

2

个回答