Statistiques
9 Questions
0 MATLAB Answers
RANG
148 974
of 278 011
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
88.89%
VOTES REÇUS
0
RANG
of 18 807
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 129 195
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
Data loss in image
I have an encrypted image,I wantit to like these so I can be able to test for data loss <</matlabcentral/answers/uploaded_fil...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
how to expand a Square matrix and reverse to its original form ?
if you want to expand a 2x2 to 4x4, or 8x8 to 16x16 or any square matrix, how can you do it using bitxor operation and reverse i...
10 mois il y a | 2 réponses | 0
2
réponsesQuestion
How can I Perform bitxor operation in matrix?
Assume You have two matrix A and B with even number of rows as shown below. I want the first column in A to undergo bitxor with ...
10 mois il y a | 1 réponse | 0
1
réponseQuestion
encrypt and decrypt the image using Hill cipher
Hello, I have tried to use the normal procedures of Hill Cipher techniques in encrypting the Image. Please,assist me close all;...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
how can i swap the matrix element using control statements or any built in functions?
i have a square matrix m*n, (256*256). i am looking for functions (forward and reverse) to swaps elements until the bottom-righ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I groups binary digits in array element
i have the following array with randomly binary number in sequence, but i want to divide into 4 groups of bits such as array B f...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Apply defuzzification using Triangular membership Function in Matrix
assume you have the Matrix A,which is square matrix. I want to apply defuzzification using triangular membership function; so t...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
What can be a reverse permutation formula of n*m matrix
The first row remain as it is, but from the second to the end it changed as shown below: Given *A* as original matrix, *B* the r...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I perform the following operation in matrix
A=[2 3 4 5; 4 5 6 7; 3 4 5 6; 3 4 2 1] to get matrix B=[ 2 3 4 5; 4 20 18 7; 3 16 15 6; 3 4 2 1] th...
presque 3 ans il y a | 1 réponse | 0