Community Profile

photo

HEMRAJ PATEL


Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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.

2 years ago | 2 answers | 0

2

answers

Question


Formation of audio file(.wav) from a matrix.
How can i convert a simple 3*3 matrix into an audio file of (.wav)

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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.

2 years ago | 1 answer | 0

1

answer