Parveiz Lone
Followers: 0 Following: 0
Ph. D student
Statistics
RANK
21,012
of 295,486
REPUTATION
2
CONTRIBUTIONS
11 Questions
3 Answers
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Feeds
How to find NPCR and UAIC values of an image
%% 3. NCPR score and UACI values for image data function [n1 n2 n3 u1 u2 u3]=npcr_uaci(A,B) [M N C]=size(A); [M N C]=size(B);...
3 years ago | 0
| accepted
How to use code of chi square test to check histogram analyis
%% chi square test for image data function [X_R X_G X_B]=chisquare(C) B1=uint8(C); % C=cipher image v=0; a1=imhi...
3 years ago | 1
| accepted
how to save an image in pdf format without blank space. i,e; size of pdf should be same as the size of the image
%% This can work good h=figure; subplot(111),imshow(image_name),title('image'); set(h,'papersize',[5.1 3.2]); print(h...
3 years ago | 0
| accepted
Question
Can u please help me here, how to draw this type type of graph
<</matlabcentral/answers/uploaded_files/812829/Screenshot_20211031_110506.jpg>>
3 years ago | 1 answer | 0
1
answerQuestion
What is the problem with legend?
Here is a snippet of my code: clc; figure x=[30.423 32.562 33.356 34.892]; x1=[30.63 32.822 33.556 34.893]; x2=[30.83 32.9...
3 years ago | 2 answers | 0
2
answers2
answersQuestion
RSA algorithm for image encryption
c lc; clear all; format longE disp('RSA algorithm'); p=input('Enter the prime no. for p: ');%23 q=input('Enter the prime n...
4 years ago | 1 answer | 0
1
answerQuestion
code of chi square test, to calculate the chi square value and p value
code of chi square test, to calculate the chi square value and p value
4 years ago | 0 answers | 0
0
answersQuestion
How to use code of chi square test to check histogram analyis
How to use code of chi square test to check histogram analyis
4 years ago | 1 answer | 0
1
answerQuestion
How to find NPCR and UAIC values of an image
How to find NPCR and UAIC values of an image
4 years ago | 1 answer | 0
1
answerQuestion
When I save an image as .pdf, but matlab will produce an A4 size pdf, but i only need as the size of picture to insert in latex document
need help
4 years ago | 1 answer | 0
1
answerQuestion
how to save an image in pdf format without blank space. i,e; size of pdf should be same as the size of the image
4 years ago | 2 answers | 0
2
answersQuestion
how to draw histogram of an RGB image
<</matlabcentral/answers/uploaded_files/232468/20190802_224455.jpg>>
5 years ago | 1 answer | 0