Community Profile

photo

Sreeranj Jayadevan

Last seen: 11개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Solving an equation with 2 known arrays
Your code is working as expected. I was able to execute the same when a different equation was used. Check if the equation you a...

3년 초과 전 | 0

답변 있음
How can I plug vector values into a matrix?
If 'Vec' is your 1000 by 3 vector and it is of the form [x1 y1 z1; x2 y2 z2; x3 y3 z3; ........ ........ ........] ...

3년 초과 전 | 0

답변 있음
Why are my PCA eigenvalues (Latent) are completely off?
The eigenvalues you get after using pca() before rescaling the data is expected to behave in this manner. If you wish to choose ...

3년 초과 전 | 1

| 수락됨

답변 있음
Checking parameter value in a function
An easy way to achieve this is to create a scalar variable and then to gradually increase the size over time while you execute ...

3년 초과 전 | 1

| 수락됨

답변 있음
Calculate distance between XY coordinates
You can use the pdist function to calcluate pairwise distance between pairs of observations. Suppose "Coords" is your 1000 by ...

3년 초과 전 | 0

| 수락됨

답변 있음
installing simechanics access denied
Note: Simscape Multibody is a separate product from Simscape. You will need to install both if you want to use Simscape Multibod...

3년 초과 전 | 0

답변 있음
Gauss-Seidel iterative method with no relaxation factor
I have executed the given code in MATLAB and it is giving me the required output. It seems to me that you have accidentally init...

3년 초과 전 | 1

| 수락됨