PaulLe
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
130,067
of 295,410
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,224
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,822
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to arrange vector to matrix?
Hi guys, I have a vector: x = [1 2 3 4 5 6] How to arrange this vector to new matrix, like this: [1 2 3 4 5 6 2 3 4 5 6 1...
3 years ago | 2 answers | 0
2
answersQuestion
How to store multi images like a tensor?
Hi everybody, I have 50 images, each with size m * n. I want to store it as a tensor. has dimensions (m * n) x 50. Like a video...
3 years ago | 1 answer | 0
1
answerQuestion
How to restore tensor after applied the PARAFAC model?
Hi everyone, Suppose I have a tensor have the size of (128 x 128 x 3). When I apply the PARAFAC model (to fit one-component) to...
4 years ago | 1 answer | 0
1
answerQuestion
How to apply directional gaussian filters?
Dear everyone, I want to apply the Directional gaussian filter on an image. and, I want to get 8 images in different direction....
5 years ago | 1 answer | 0
1
answerQuestion
How to read multiple images from multiple folders and display them together?
Hi everyone, I have 3 different folders, each folder includes 100 images (image-1 to image-100). I want read image-1 (from fol...
5 years ago | 1 answer | 0
1
answerQuestion
How to create matrix from multiple vectors?
Hi everyone, I read a database image, it includes many images. I describe each image with a vector have to size is 8400 x 1. Th...
5 years ago | 1 answer | 0