photo

Wajid


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

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

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
270,873
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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

3 years ago | 1 answer | 0

1

answer

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

3 years ago | 0 answers | 0

0

answers

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

3 years ago | 1 answer | 0

1

answer