jenifer Ask
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
191,485
of 295,689
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
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
convert multidimensional feature vector to fixed size
I have a multidimensional feature vector for the N image, which varies in length. I had to add NaN for images with a small vec...
5 years ago | 0 answers | 0
0
answersQuestion
How determined lowest value in cell?
I have cell name as x1 I try to determine the index of my LOOP based on its shortest length. With the code below I can only i...
5 years ago | 2 answers | 0
2
answersQuestion
Why delete columns whose output value is NaN not correct?
Why delete columns whose output value is NaN not correct? Why delete columns whose output value is NaN not correct? 2400*10350...
5 years ago | 1 answer | 0
1
answerQuestion
How can I fined min value in each row matrix that in cell?
how can I fined min value in each row matrix that in cell? 6×1 cell array: {15×15 cell} distance of special Co...
5 years ago | 0 answers | 0
0
answersQuestion
cell to a matrix
I want to convert the cell to a matrix . But it gives error. Why? A=cell2mat(FV1);
5 years ago | 1 answer | 0
1
answerQuestion
How to convert image to one pixel?
How can I get from picture (main) to picture(convert) ? I tried the following code but not the correct output. originalImage...
5 years ago | 0 answers | 0
0
answersQuestion
convert each matrix of cells
I have 6 images. In each, I have identified a number of different special points on which to extract the attributes. (Because of...
5 years ago | 1 answer | 0
1
answerQuestion
PADCAT on cells with nested cells
try to use Padcat function on my cells, but I can't, because my cells include nested cells, Attached my fils (6*47). (6 is numb...
5 years ago | 0 answers | 0
0
answersQuestion
how to apply Random projection to dimension reduction?
I have 1125 image with 1280 feature, output: 1125*1280 (file is attached) I want to feature reduction with Random projection, B...
5 years ago | 0 answers | 0
0
answersQuestion
why overwrite cell in loop matlab?
Hi I try to calculate the distance of some picture, But on this Code, just remain the matrix distance of final picture. Of c...
5 years ago | 0 answers | 0
0
answersQuestion
inverse distance weighting on matrix
hi I have Below matrix that distanse from 17 point in image How i can calculate inverse distance weighting on this matrix? ho...
5 years ago | 1 answer | 0
1
answerQuestion
how to find connected neighbors?
How do I find a neighbor of pixels with a neighbor whose value is 1? (Loop to find connected neighbors) I tried to run the ope...
5 years ago | 1 answer | 0