Community Profile

photo

Austin Thai


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Cosine Similarity and distances between nodes
I assume you are trying to calculate the cosine distance using the cosine similarity. You can use a for loop , e.g. nodalCoord...

대략 3년 전 | 0

답변 있음
Optimization of Rosenbrock function
I believe you just need to start with a better guess (non-zero) for x0.x, e.g. x0.x = [0.1 0.1]; Then, depending on your const...

대략 3년 전 | 1

| 수락됨

답변 있음
Correlation of 300 frames
You can use the 2-D correlation coefficient function corr2(A,B) Depending on how the data for your frames are stored, you can...

대략 3년 전 | 0

| 수락됨

답변 있음
Stuck making a Nx3 matrix where there are N rows of x,y,z coordinates
If I am interpreting your question right, you want to vectorize three 11x11 grids of the coordinate directions to make a 121x3 m...

대략 3년 전 | 0

| 수락됨