Pregunta


calculating percentage for row values
final = 'Genes' 'T0&T2' 'T1&T3' 'T2&T4' 'T3&T5' 'T4&t6' 'YAR029W' 'd' [] 'd' ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


finding same gene combination
I have two datasets in final = 'Genes' 'T0&T2' 'T1&T3' 'T2&T4' 'T3&T5' 'T4&t6' ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error in classifying the output
I have a set of training and test samples, working on transformer fault analysis. I have extracted the features and have tr...

casi 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Feeding the data to classifier
I am working on transformer fault diagnosis I have a matrix of size 25x6 Testing samples of SVM ...

casi 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Calculating percentage for values in cell
fnl = {1127x4 cell} {1126x4 cell} {1125x5 cell} for each cell i have some vaues f...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Manipulating matrix in particular columns
I have variables final_result = { 'Genes' 'T0&T2' 'T1&T3' 'T2&T4' 'T3&T5' 'T4&T6' 'YAR029W'...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Merging the unique values
final_result = 'Genes' 'T0&T2' 'T1&T3' 'T2&T4' 'T3&T5' 'T4&T6' 'YAR029W' 'dd' 'uu...

casi 14 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Deleting [ ] from a matrix
'gene1' [] 'u' 'u' 'd' 'gene2' 'u' 'u' [] 'u' 'gene3' [] 'u' 'd' [] ...

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


mManipulating from particular column
Gene T0 T1 T2 T3 T4 'gene1' 'u' 'u' 'd' 'd' 'u' 'gene2' 'u' 'u'...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Intergating and manipulating the variables
I have some variables combined as below dududud uuuuddd uuduudd duuddud uuuuddd duuuuud duduudd ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Counting the unique values
I have a values out= c1 c2,,,,,,,,,,,,,,,,,,,,,c5 'gene1' 'd' 'u' 'd' 'u' 'd' ...

casi 14 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Comparing and Combining the Values
I have edited the question,where i made a smallmistake in gene 4 combination i have a set of values ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Deleting words [ ] and 'neutral'
I have a matrix of values in command window result= Columns 1 through 5 'u' 'u' 'd' 'd' 'gene1' ...

casi 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Deleting zeros and NaN in a matrix
I have a matrix containing zerros and NaN's. Now i want to delete the rows if it consists zero or Nan for ex if i have a ma...

casi 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Feature extraction
I have to extract the features of an image such as eye how to process it ,i need each image to be displayed that is nose,eye ,...

alrededor de 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


calculating the distance
I have a code for tracking a red ball taken from internet real time process,now if i move the redball is it possible to calcul...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Image segmentation
I have a image http://imgur.com/CVjWP in which i want to represent each number as a class((e.g. 0=water, 1=forest, 2=road...

alrededor de 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


different colours for images
I have an image in which i need different colours for each regions for example my original image is http://imgur.com/CVj...

alrededor de 14 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Land Cover Mapping
I am working on An Optimum Land Cover Mapping Algorithm in the Presence of Shadows.........I really dont know how to start ...

alrededor de 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


edit-sending mail -Error Authentication failed.
When i use the line sendmail('xxx@gmail.com', 'Gmail Test', 'This is a test message.') i get error Error using ==> ...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


sending email when face is detected
I have detected the face and have drawn a rectangle box over the face ,now i want to so is ,i want to send an email when face is...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


transfering an image
I have an image say lena.bmp.I have two computers which have the versions r2010a,my ip address is say 192.156.0.12 and 192.156....

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


errror using uigetdir
I have a code for reading images from a folder FullPath=uigetdir(''); TestFiles=dir(FullPath) for m=1:le...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error in for loop
I have a code for x = 1:length(dirlist) im = imread([pathname, dirlist(x).name]); W=imresize(im,[12 10]) Q(x)=W(:) end ...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


compressing a image
I have an image and i want to compress that image in ratio 1:25 1:50 1:75 and decompress it ,please help how to do ,...

alrededor de 14 años hace | 3 respuestas | 0

3

respuestas

Pregunta


genetic algorithm
i am working on image segmentation using genetic algorithm,can anyone tell how to start with is there any reference papers for t...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


image segmentation
I am working on Breast cancer classification,i want to segment the images using fuzzy neuro,the images are from mias dataset,can...

alrededor de 14 años hace | 0 respuestas | 0

0

respuestas

Pregunta


edit drawing bounding box
I have a black background with white text in white ,plz tell how to draw bounding box for that white region

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


drawing bounding box
i have an image in which it contains text,i want to draw a bounding box around each word in that text,please tell hoe to process...

alrededor de 14 años hace | 1 respuesta | 0

1

respuesta

Pregunta


listing files in list box using gui
i have created gui with list box and 1 pushbuttons,now if i click that push button the name of files in my folder must be displa...

alrededor de 14 años hace | 3 respuestas | 0

3

respuestas

Cargar más