Community Profile

photo

PRIYANGA


Active since 2012

Professional Interests: image processing, Parallel Computing

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


how can I change my code for parallel processing?
This is my original code without parfor For i1=1:1:nrr1 disp(i1); if (varran(i1) < threshold) labe(i...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


How can i classified the variable inside of the parfor loop?
Sir, This is my PARFOR loop coding. I can't classified some variables in PARFOR LOOP. parfor i1=1:1:nrr1 disp(i1); ...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


How to Execute Parallel program through SPMD or BATCH or TASK?
Hi Everybody, I need one Help From You.I want to execute my code parallel using SPMD. But not able to Run It. Already I was t...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


how to load image in different axes(axes1,axes2,axes3) using single pushbutton???...
I have to use two axes and two pushbutton to load the image. _% --- Executes on button press in imagebtn. function i...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


how to set the image into axis using GUI?
[filename1 pathaname]=uigetfile('*.jpg'); axes1=imread(filename1); axes11(hadles.loadimage); I can get image using load...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Question


How to correct the assignment Error?
I have to run the K-means clustering program using matlab. im = imread('D:\lena256.jpg'); k=5; %histogram calculati...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


How to Rectify the "index must be a positive integer or logical" Error in my code?
Hi....Everybody... How are you? ??? Attempted to access dompol1(-1,:); index must be a positive integer or logical. Err...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


how to rectify the index must be a positive integer or logical error?
I have to rectify the Error using Horzcat command. domr=[6 7]; domg=[3 4]; domb=[2 ]; dom=horz(domr,domg,domb); ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Help "index matrix not consistent"?
I have to writhe matlab code for image compression. i got the three values domr, domg, domb domr=[6 7]; domg=[3 4]; ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


How can I open that MATLAB P Code?
Hi, I am using MATLAB7.12.0(R20011a) version. I got one project from MATLAB File Exchange. That project contains so many matl...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


How Can I cancate the array [ ] R G B Values ?
Hi Every body? How are you..? I had run that following code I got the following Error... ??? Error using ==> cat ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


What is the problem in my following Code?
Dear Friends! This is my Thesis Coding. I have to calculate the Mean imamge in two ways. First One is Normal method....

meer dan 11 jaar ago | 0 answers | 0

0

answers

Question


What is the difference between ( ) and [ ] format in matlab? how can i change the one format to another one?
Dear Sir/MAdam, What is the difference between ( ) and [ ] format in matlab? how can i change the one format to...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


How can I Read or get the Values one by one from matrix variable or array?
Sir or Madam, I want to read the array variable one by one from array or matrix? How can i write the code? I want to calcula...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


How Can I write the Exponent Values in normal way? what is the mean of 1.1033e+005?
Sir/Madam, I have Run the program in two ways such as serial and parallel. I have got the result as Encoding time serial as...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


what are the System Requirements Need for my parallel program speed?
Sir, Now I am using MDCS 8 workers, but I'm using two system only. I have start a 4 worker for as each system. But no impr...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


How to Classify the Variable for parfor program?
Hi Everybody, I am priya Now doing one research. I want execute my code parallel using parfor. But not able to Run It. I got ...

meer dan 11 jaar ago | 1 answer | 0

1

answer