photo

Wajid


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

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

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변