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

답변