photo

Rod


University of Minnesota Twin Cities

Last seen: meer dan 4 jaar 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); ...

meer dan 8 jaar ago | 0

Submitted


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

meer dan 8 jaar ago | 1 download |