Community Profile

photo

UTA


American Institute of Allied Health

Last seen: 2年以上 前 2012 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


About coordinate angle computing
Dear Firend: There has two Space rectangular coordinate, and the angle between each corresponding axis is konwn,( for exam...

約7年 前 | 0 件の回答 | 0

0

回答

質問


how to build a 3d sparse matrix?
Hi everyone: As we all know these has a sparse function in matlab, for example, there has two vector: a = [1 2 3 1 5];...

8年以上 前 | 2 件の回答 | 1

2

回答

質問


about non maximum supression method in Dalal paper
Hi everyone: Recently, I have read the NavneetDalalThesis about the non maximum supression method on merge mutli detection w...

約9年 前 | 0 件の回答 | 0

0

回答

質問


hand skeleton extract from a given image
Hi everyone: I want get the skeleton of the hand image as follow: <</matlabcentral/answers/uploaded_files/11205/grad...

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

1

回答

質問


How to back trace the nested class data
Hi everyone: I have a tree structure(nested) data and with a weight value attached on each node( nodes_1 and nodes_2) . ...

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

0

回答

質問


question about imrotate function
When I use imrotate function to rotate a binary image which only has a single pixel with value of one, the rotate function I use...

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

1

回答

質問


how to save data with name changing by number
Hi guys: I want to save data with changing name as follow: for i = 1: 100 outputS...

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

1

回答

質問


how do I write a function with cell input from matlab to c code?
Hi everyone: my matlab code as follow: function [ XP ] = seqRe_ali( test_cut, model_cut,P ) ...

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

0

回答

質問


merge multiply cell together
Hi guys: I have two cells as follow: C1={[1:10], [2; 4; 6], []}; C2={[],[],[2;3]; These two cell has same length ...

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

1

回答

質問


about get the largest bin from rose function
Hi guys: I want to use rose function to show the histogram of angle, and also want to get the largest bin from it. That mean...

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

0

回答

質問


about write in file
Hi everyone: I have a exist file named as 'data.txt', and I want to write data into the file in every loop; but the update da...

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

2

回答

質問


about image pixel rotate
Hi everyone, I use 'imrotate' function to rotate a image, the rotate degree is theta, however, how can I get the location of ...

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

1

回答

質問


about mouse button click
Hi guys: I'm using ginput(1) function to select the pixels position in a few images, however, the number of clicks are differe...

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

1

回答

質問


small question about find function
When I use 'find' function in matlab I met a problem as follow: C=[0.2341 0.4567]; x=[0.2341 3 4 5]; ind = fin...

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

1

回答

質問


how to save matrix with the index of matrix name increase in every loop?
As I ask above, I want to use 'save' function to save the data in .mat format. However, I want to save the data ,which comes fr...

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

1

回答

質問


getting all the nearby pixels from a center pixel in image
Hi everyone, I have a quick question like this: there is an image,suppose with size of 320 * 240, and I extract a center pixel p...

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

1

回答

質問


another quick question about string read
gesNum = 6; I want to get modelsq_6 other than modelsq_gesNum by using : sprintf('%s_%s', 'modelsq', 'gesNum'); I know t...

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

2

回答

質問


quick question about string read
I use 'sprintf' function get a string and store in a1 as follow: % a1 = sprintf('%s_%s', 'modelsq', '1'); I just want...

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

2

回答

質問


get the position of pixel in the window after sorting the image
Say there has a image 'I' with size 256 * 256, and a window with size of 9 * 9 pixel. Here I want to set the center pixel of th...

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

2

回答

質問


the code problem
my question is here: k = 1; for i = 1:10 for j = 1:6 if(i ==1 && j == 3) % here I just...

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

2

回答

質問


To find the position of the elements which are same in vector
I have a vector like this: a = [ 2 3 4 2 5 4 3 3]; and I want to find all the index of the elements which has the same value. ...

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

3

回答

質問


how to draw a ellipse with known its general equation
I want to draw a ellipse with known its general form of equation as follow form: a*x^2 + b*x*y + c*y^2 +d*x + e*y + f = 0 ...

11年以上 前 | 2 件の回答 | 1

2

回答