PRIYANGA
Followers: 0 Following: 0
Professional Interests: image processing, Parallel Computing
Spoken Languages:
English
English
Feeds
提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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); ...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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); ...
12 years 前 | 1 个回答 | 0
1
个回答提问
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]; ...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
12 years 前 | 1 个回答 | 0
1
个回答提问
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....
12 years 前 | 0 个回答 | 0
0
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
12 years 前 | 1 个回答 | 0