photo

Austin Thai


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
3,717
of 300,571

REPUTATION
14

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 1

| accepted

Answered
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...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

| accepted