質問


find the most similar word from a set of words
I enter the word as "beleive" i have a set of strings and from that i need to find the most similar string such as liv...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


find a string from a cell array
I have a cell array of dates as 'Mon 22-08-2016' 'Mon 22-08-2016' 'Mon 22-08-2016' 'Tue 23-08-2016' 'Tue 23-08-...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


segment the image into separate objects
Is it possible to segment the image into separate tooth objects from the binary image i obtained.... if i do any morphological o...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Identify the words from the audio of a video file
is it possible to identify the words from the audio of a video file and save it in a text file.

9年以上 前 | 1 件の回答 | 0

1

回答

質問


how to embed image in shares if visual cryptography
i have two images A and B. Using A i created 2 shares share 1 and share 2. Now to right half of share 1 and left half of share 2...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


how to do the following?
If the color of v(x,y) is black and the colors of q(x,y) and r(x,y) are one white and one black, the white pixel is selected and...

9年以上 前 | 3 件の回答 | 0

3

回答

質問


how to convert a string to binary and then from the binary back to string
how to convert a string to binary and then from the binary back to string s = 'Mary had a little lamb'; binary = dec2bin...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


merge binary regions to get a bigger object
when i do segmentation i get bboxes such as bboxes = 85 76 75 79 9...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


give a id to same values in a cell
i have a cell with values {'aa', 'aa', 'ab' ,'ab', 'ab', 'ac', ac', 'ad'}; now i want to give a number to same words e...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


how to generate all possible combination from a sequence
how to generate all possible combination from a n-dimensional vector without repetition of numbers.. i wanted combination of vec...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


obtain a sequence from a matrix
i have a matrix as shown below <</matlabcentral/answers/uploaded_files/52074/Untitled.png>> from the above matrix "M" of s...

約10年 前 | 1 件の回答 | 0

1

回答

質問


change position of axes in graphical output
how to rotate x-axis to y-axis and y-axis to x-axis

約10年 前 | 1 件の回答 | 0

1

回答

質問


Find common words in 2 strings
i have 2 string str1 = ('rabbit is eating grass near a tree'); str2 = ('rabbit is sleeping under tree'); In these 2 s...

約10年 前 | 2 件の回答 | 0

2

回答

質問


different graphs when Analyzing Neural Network Performance After Training
each time i train neural network with same data i get different outputs for regression ... is there any way to always get the sa...

約10年 前 | 1 件の回答 | 0

1

回答

質問


avoid repetition of value in genetic algorithm output....
I did a genetic algorithm code as below... lb = [1 1 1 1 1 1 1 1 1 1]; ub = [10 10 10 10 10 10 10 10 10 10]; intCon =...

約10年 前 | 1 件の回答 | 0

1

回答

質問


how to train data
I'm starting to learn neural network and I'd like to know if it's possible to do the following: I have text data, like this: ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


how to create a mat file
can we enter images, characters and numbers in one matfile??... if yes can u please show how to create a matfile for the below d...

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to get a crop a circluar region
i wanted to crop a circular region as shown <</matlabcentral/answers/uploaded_files/44453/Untitled.jpg>> please can someon...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


get the inner white circle
<</matlabcentral/answers/uploaded_files/44449/Untitled.png>> i wanted to get the inner white circle and blacken all the rem...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


copy different cell values to a single cell
i have 3 cell of size (c1 = 1 X 5; c2 = 1 X 10; c3 = 1 X 15); i wanted to copy all the cell values to a single cell of size (c =...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


segment the circular regions
i got the center and radius using imfindcircles... how to segment the circular regions out of the image with the centers and rad...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


get more from the borders of binary image...
i obtained a binary image as shown in the first column.... i wanted to get more from the borders of image as shown in 2nd column...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


find maximum and minimum value from a segmented portion...
i have segmented image... the unwanted portions are replaced by zero... now i wanted to find the maximum and minimum value of...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


how to obtain "4-level wavelet tree"
how to obtain "4-level tree-structured wavelet decomposition on gray image", and is it possible to save each node values in sepa...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


how to get the folded image of a binary mask image...
i wanted to invert a image along its majorAxis, and get the region difference in upper and lower half region... please do help m...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


segment an image into portions..
i have a image, please can someone help me, to segment it into regions i applied otsu threshold binarization to the image, a...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to obtain the area of region
how to obtain the area of region

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to remove repeated Xtick values
i wanted to plot a graph with values as below x= [1/24, 1/20, 1/16, 1/8, 1/4, 1/3]; y = [71,84,93,97,100,100]; i want...

約11年 前 | 1 件の回答 | 0

1

回答

質問


why color image is getting displayed as gray image
i have a color image, when i display it shows as gray image, when i check the size also it shows as d = 1; <</matlabcentral/...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to rectify the below error...
when i execute a training file i get the below error; ??? Error using ==> imread at 359 Can't open file "Face Granules\FGr...

約11年 前 | 2 件の回答 | 0

2

回答

さらに読み込む