photo

Wajid


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Programming Languages:
Python, C++, MATLAB, SQL, HTML, CSS
Spoken Languages:
Arabic, English, Hindi

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
270 846
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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)); %////////////////////////////////...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 3 ans il y a | 1 réponse | 0

1

réponse