Community Profile

photo

Rod


University of Minnesota Twin Cities

Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
sort the rows of a matrix based on their distance from the mean
Heres a full bit of code to do this Hope this will help someone out. scaleX = X - repmat(mean(X),length(X),1); ...

8 years ago | 0

Submitted


ndimgrid(bounds,steps)
Returns a matrix of points in n-dimensional space comprising a grid

8 years ago | 1 download |