Community Profile

photo

Parveiz Lone


Last seen: 9 Monate vor Aktiv seit 2019

Ph. D student

Statistiken

  • Thankful Level 3
  • Revival Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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);...

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 1

| akzeptiert

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

mehr als 2 Jahre vor | 0

| akzeptiert

Frage


Can u please help me here, how to draw this type type of graph
<</matlabcentral/answers/uploaded_files/812829/Screenshot_20211031_110506.jpg>>

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to draw 3d histogram of an image ad shown in figure

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to use code of chi square test to check histogram analyis
How to use code of chi square test to check histogram analyis

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find NPCR and UAIC values of an image
How to find NPCR and UAIC values of an image

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I draw the scatterplot of an RGB image?

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to draw histogram of an RGB image
<</matlabcentral/answers/uploaded_files/232468/20190802_224455.jpg>>

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort