質問


give title above displayed images of different sizes....
i display images of different size in a figure file... but i wanted to give titles also above the figure.... is it possible...

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

1

回答

質問


HELP "OUT OF MEMORY"
i execute a program in matlab... and it runs fine.... when i execute it for the second time it says "OUT OF MEMORY" i t...

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

2

回答

質問


is compression used to reduce the file size?
please can someone explain me what is compression... is it means reducing size of an image.... i got a code for image compressio...

約12年 前 | 3 件の回答 | 0

3

回答

質問


segment object from saliency map
I have obtained a saliency map from an image..... Please can someone help me to segment the object using the saliency map using ...

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

1

回答

質問


display mean and max of images....
I rotate an image at a particular angle and then find its mean and max value. How do I display the mean and max image as shown i...

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

2

回答

質問


how to take union of images?
i rotate an image a of size 150*150 from 0 to 90 degrees. I wanted to take the union of all images rotated and then calculate me...

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

1

回答

質問


how to get index position of rows
i have a 2 matrix, matrix1 with dimension 2100*128 and matrix2 with dimension 16*128... i wanted to get the index positions of t...

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

1

回答

質問


how to run dll files in matlab
i downloaded a code from the net... it has the following files as shown in the image below.... it has .dll files of type, App...

約12年 前 | 1 件の回答 | 1

1

回答

質問


normalize a row vector
i have a vector of size A = 1*128.... i wanted to normalize the vector to B, such that when i sum the new matrix B, i get its su...

約12年 前 | 2 件の回答 | 1

2

回答

質問


is it possible to get index of reshaped matrix
i have a matrix A of size 1*120 and reshaped it to matrix B of size 10*12..... is it possible to get the index values of where t...

約12年 前 | 4 件の回答 | 0

4

回答

質問


reshape a matrix with a divisible of 10....
i wanted to reshape my a matrix of size 1*N into 10 rows N/10 columns... but when N is not divisible by 10 i get error... how ca...

約12年 前 | 4 件の回答 | 0

4

回答

質問


extract selected blocks from an image divided into blocks
i resized an image to 196 * 224 and divided it into blocks of size 14*14 now, i wanted to extract only selected patches... ...

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

1

回答

質問


how to do double intergation
how to do double intergation... i am using matlab version 7.9... it doesnt support integral2 function.... the equation i need...

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

1

回答

質問


how to compute Radon transform
I wanted to "compute Radon transform with a resolution of 30 with six bins each, creating a compact feature vector of dimension ...

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

1

回答

質問


how to get center point of a box and draw a circle
is there any way to get the center point of the boxes and draw a circle with "point a" as center and "point b" as radius.... and...

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

1

回答

質問


how to get bytes of matfile
When i double click on my matfile i can see the bytes displayed as in the link.... how to get the bytes "18129" into a variable....

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

1

回答

質問


please help me sort this out
please can someone help me with a very simple coding... i know its simple but i'm not getting... i 2 matrix with dimensions b...

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

2

回答

質問


eliminate all exponential part in the matrix
i have a matrix with values as shown in the link.... http://imageshack.com/a/img268/4572/0tyo.png i want to eliminate ...

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

1

回答

質問


write (save) an image file
i had a .mha file, i used the below two lines to display the image and i get the first full image as in the link below.... V...

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

1

回答

質問


how to run a mexw64 file in 32 bit OS
how to run a mexw64 file in 32 bit Windows7 OS, i use matlab version 7.9.... please do reply....

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

1

回答

質問


position of an array
i have an array [2 3 5 7 9] on doing some calculation i obtain a result 7..... how can i get the position of 7 that is 4.... ...

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

1

回答

質問


how to get same values when using random function
is it possible to get same values when using random function.... that is, when i do rand(4) i should always get same value...

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

1

回答

質問


split string into 3 letter each
if have a str = 'AGTCTGTCTTTG'; i wanted to split it into 3 letters each AGT CTG TCT TTG and ...

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

3

回答

質問


color HS histograms horizontal and vertical split
i got code to component histogram of color components HSV.... but how to compute it in horizontal and vertical split??.... ...

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

1

回答

質問


convert video frames back to video of avi format
is it possible to convert video frames back to video of avi format.... please can someone help me how to do it??

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

1

回答

質問


create a matrix with existing matrix
i have a matrix with dimension A = M * 361 i wanted to create a matrix with size B = M * 3600 with this matri...

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

2

回答

質問


remove wanted portions in binary image
i wanted to extract only the white portion from the image i get more than one region... i should get only one region.... plea...

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

2

回答

質問


remove the repeating values in array
i have an array with 2 rows 9 columns values 29 29 29 29 25 25 29 29 27 13 13 13 13 14 14 13 13 19 i wanted to remove t...

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

2

回答

質問


how to hold legend
how to hold legend... the plot is coming correctly... but the legend is coming only for the last one.... how to hold the legend....

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

1

回答

質問


how to get folder name
i have 4 folders named 1 - airplane 2 - baseball 3 - beach 4 - forest now on calculation if i get valu...

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

1

回答

さらに読み込む