![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28103403_1675325230668.jpg)
Wajid
Followers: 0 Following: 0
Python, C++, MATLAB, SQL, HTML, CSS
Spoken Languages:
Arabic, English, Hindi
Statistiques
3 Questions
0 Réponses
RANG
177 932
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
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
Feeds
Question
Kindly Explain the shuffled procedure and how this code shuffle the pixel values?
A=[1 2 3 4 ; 5 6 7 8; 9 10 11 12; 13 14 15 16]; disp('Given Matrix is'); disp(double(A)); %////////////////////////////////...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
kindly explain the shuffling method of henon map?
[m,n]=size(A); a = 3; b = 3; num_iter = 5; for k=1:num_iter for i=1:m for j=1:n r = mod([round((1...
environ 2 ans il y a | 1 réponse | 0
0
réponseQuestion
How to get Original image from the shuffled image without using any previous variables?
close all; clear all; clc; %%Read Image img = imread('Baboon.bmp'); figure; imshow(uint8(img)); title('Plain Image') %%Sh...
environ 2 ans il y a | 1 réponse | 0