photo

Jason Millen


Active since 2016

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Using user input to solve for a variable in a function
I think what you might be looking for is the solve() function. It allows you to pass in an equation and a variable that you wou...

8 years ago | 0

Answered
How pca() function works in matlab
The reason you are getting an empty 1200-by-0 matrix is because you are passing a 1-by-1200 matrix to pca. I believe what y...

8 years ago | 0

| accepted