dani elias
Dalian maritime University
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
194.503
of 295.467
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
90.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Dividing a Square Matrix into Four Distinct Matrices Based on indexing element as well as the last digit
Assuming I have a square matrix of N x N, example for 2x2 we can have A = [10902425 3040701; 36904080 304], where each cell co...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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;...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0