LOKESH
Kalol Institute Of Technology & Research Centre
Followers: 0 Following: 0
Statistics
27 Questions
0 Answers
RANK
12,777
of 295,486
REPUTATION
4
CONTRIBUTIONS
27 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
2
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
Question
What is meaning of c(:,1) and . in matlab code
I have code .What does it mean? c(:,1)=0.5*ones(10,1); //What is c(:, 1)? for i = 1:s Delta(:,i)=(2*round(rand...
8 years ago | 3 answers | 0
3
answersQuestion
getting cluster points or generate confusion matrix from FCM?
In FCM I am giving cluster=2 and I am able to get the centroids, matrix and object function. But no I want to know which values ...
8 years ago | 0 answers | 0
0
answersQuestion
No change in number of iteration in FCM() method for clustering
i used following code for fcm but even i change number of iteration i get only 23-25 iteration and no change in OF. Further even...
8 years ago | 0 answers | 0
0
answersQuestion
I am trying to implement pso with fcm for clustering
For PSO I used following pseudo code. I print intracluster distance.Further how can I use the FCM function with PSO for clusteri...
8 years ago | 0 answers | 0
0
answersQuestion
??? Attempt to reference field of non-structure array. Error in ==> at 11 x=data.x;
I am using a dataset heart.dat. When I run i get this error..Any suggestion/error? Code: data=load('heart.dat'); x=data.x...
8 years ago | 0 answers | 0
0
answersQuestion
Missing attribute and atrribute reduction for data mining using matlab
can anyone suggest the code or toolbox for missing attributes, discretization and attribute reduction using RST (or any other) u...
9 years ago | 0 answers | 0
0
answersQuestion
GUI TUTORIAL FOR IMAGE MODELS
I need tutorial or help for making a GUI for Image security model in which I choose a image form a GUI, display it and then some...
12 years ago | 0 answers | 1
0
answersQuestion
Plot with dot and different colors
I am using plot function where i need dots.Also I want to change colors?How can I do it. plot(x,y,'.'); Above function p...
12 years ago | 3 answers | 1
3
answersQuestion
Operation on BMP, TIFF images
The Algorithm for Grayscale works for JPEG images by dividing it into 3 components-R,G and B. How can it be applied to a BMP or ...
12 years ago | 1 answer | 0
1
answerQuestion
NPCR Error
For Image Quality Parameters I need to find NPCR for 2 images after encryption whose original image have 1 pixel difference. The...
12 years ago | 1 answer | 0
1
answerQuestion
Change a single pixel value in a Grayscale JPEG image
I have a grayscale jpeg image X. I want to change its pixel value. For example change pixel at (14,20) to 1,How can I do it. I t...
12 years ago | 1 answer | 0
1
answerQuestion
Make values on y-axis in histogram to shrink.
I have a Histogram of Binary Image. On y-axis I have values up to 2000. How can make it small so that the graph appears big. Fo...
12 years ago | 2 answers | 0
2
answersQuestion
Calculating UACI, NPCR for 2 images
Presently I have a problem in implementing the UACI and PSNR code for 2 images which are respectively Original & Cipher Images. ...
12 years ago | 2 answers | 0
2
answersQuestion
DISPLAY RED, GREEN & BLUE COMPONENTS OF RGB IMAGE
Hello, I want to display 3 images of red, blue & green component. I don't want to display the GRAYSCALE images. I tried followi...
12 years ago | 5 answers | 0
5
answersQuestion
VIDEO ENCRYPTION
Presently I need any code for video encryption in matlab.any method!!video format .mpg
12 years ago | 2 answers | 0
2
answersQuestion
Operation on Video Files
Hello I have implemented the security algorithm from Grayscale to RGB Images. Now I want to implement the same for *video* fil...
12 years ago | 2 answers | 0
2
answersQuestion
TAYLOR METHOD OF ORDER 3 ERROR
I want to solve the following equation using taylor's method of order 3. The equation is F=A(y-x). Initially y=-10.058 and x=0...
12 years ago | 1 answer | 0
1
answerQuestion
Find Correraltion coefficient of two adjacent pixels
I have 2 grayscale or color images. I want to find the histogram for the correlation of adjacent pixels of these 2 images(horizo...
13 years ago | 3 answers | 0
3
answersQuestion
Convert the Mathematica expression to matlab
Hello I want to convert the following lines to matlab.But I am unable to do it with matlab to function.Please help.. x[...
13 years ago | 1 answer | 0
1
answerQuestion
Taylor METHOD OF ORDER 3
I want to *implement Taylor's method of order 3* in MALTAB FOR SOLVING 3 EQUATIONS SEPARATELY f(1)=a(y-x) f(2)=(c-a)x- xz+...
13 years ago | 0 answers | 0
0
answersQuestion
CONVERT/RESHAPE TO 2D
I have reshaped my 2d nxn image B1 to 1d[row-wise] using B2 = reshape(B1.',1,[]), then i applied the transformation wit...
13 years ago | 1 answer | 0
1
answerQuestion
convert pixel values to Integer
I want to convert the pixel values to integer for which I use uint8,But does uint8 work for image with 256x256 & above?[Grayscal...
13 years ago | 1 answer | 0
1
answerQuestion
Operation on RGB Images
I have applied the security algo on Grayscale images which were converted to Grayscale from RGB.Now if want to operation directl...
13 years ago | 2 answers | 0
2
answersQuestion
Generate a Sequence in MATLAB
I have a 2d NxN image L. I need to convert it to a sequence of pixels L1={k1,k2,....kNxN} row wise
13 years ago | 2 answers | 0
2
answersQuestion
mathematica to matlab converter
Hello. I need to convert Mathematica program to matlab. I have tried tomatlab function but doesn't know how to use it.I only n...
13 years ago | 1 answer | 0
1
answerQuestion
BITXOR OPERATION
Hello I want to do the "bitxor" operation as shown in below code. But since bitxor takes only 2 arguments the following code giv...
13 years ago | 1 answer | 0
1
answerQuestion
Get Image Pixel Values
Hello I am trying the values on image: x=x+y; y=x+2*y; for all pixel values for an image,i want to get the pixel values do...
13 years ago | 1 answer | 0