Sreeranj Jayadevan
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
7 Answers
RANK
2,627
of 295,569
REPUTATION
22
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
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...
4 years ago | 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; ........ ........ ........] ...
4 years ago | 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 ...
4 years ago | 1
| accepted
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 ...
4 years ago | 1
| accepted
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 ...
4 years ago | 0
| accepted
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...
4 years ago | 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...
4 years ago | 1
| accepted