photo

Wajid


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

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

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta