HEMRAJ PATEL
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
92,987
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
REGULAR BLACK LINES IN GLCM MATRIX
WHEN I RUN THIS, GLCM MATRIX IS LEAVING SOME OF THE BOXES. AND I AM GETTING A FIGURE WITH BLACK LINES AT REGULAR INTERVAL. KIND...
3 years ago | 1 answer | 0
1
answerQuestion
SELECTING MATRIX ELEMENTS IN DESCENDING ORDER
I WANT A PROGRAMME WHERE NUMBERS ARE SELECTED IN DESCENDING ORDER WITH THEIR INDICES (i,j) . DO NOT ARRANGE THE MATRIX OR CHANG...
3 years ago | 2 answers | 0
2
answersQuestion
for loop in if statement, changing value of matrix element depending on its nearby elements
In matrix 'a' i want to convert all its 24 elements to 0 if the middle element has 20 more value than its other 24 elements and ...
3 years ago | 1 answer | 0
1
answerQuestion
HOW TO PUT ONE MATRIX UNDER ANOTHER AND MAKE IT A SINGLE MATRIX
I HAVE MATRIX A AND B AND I HAVE TO CREATE C USING A AND B. WHAT COMMAND DO I NEED. ALSO I HAVE N NO. OF MATRIX THAT I NEED TO S...
3 years ago | 1 answer | 0
1
answerQuestion
I want column matrix in for loop
I want to create a matrix where the R (subtracted) matrix is stored in C matrix such that all 9 R(i,j) elements produced from 1...
3 years ago | 1 answer | 0
1
answerQuestion
Call a folder from desktop and use images inside it
I want to make a programme where i can call a file from desktop and them use images stored in it in the same programme.
3 years ago | 2 answers | 0
2
answersQuestion
Formation of audio file(.wav) from a matrix.
How can i convert a simple 3*3 matrix into an audio file of (.wav)
3 years ago | 1 answer | 0
1
answerQuestion
Matrix formation from column matrices using for loop
Suppose I have these four matrices A=[2;3;7]; B=[2;3;8]; C=[1;3;7]; D=[2;56;7]; and i have to construct a matrix K= [2,2,1...
3 years ago | 1 answer | 0
1
answerQuestion
Stacking multiple arrays into a matrix
How can i form a matrix out of n number of different column matrices of same size by placing them side by side.
3 years ago | 1 answer | 0