mex_sepsq Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: mex_sepsq.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Ben Mitch (View more)

mex_sepsq script description:




Publisher review:
mex_sepsq - Fast, dedicated code to compute Euclidean separation between sets of points in N-dimensional space. To compute the separation between two sets of points in MATLAB is slow. If you perform this operation a lot, this little piece of code will do it around 15 times faster than the best m-code I can come up with, and hundreds of times faster than a simple nested loop.For instance...>> A=randn(10,1000);>> B=randn(10,1000);>> tic; mex_sepsq(A,B); disp(toc)0.0620>> tic; sepsq(A,B); disp(toc)1.2040>> disp(1.2040/0.0620)19.4194 Requirements: ยท MATLAB Release: R13
mex_sepsq is a Matlab script for Mathematics scripts design by Ben Mitch. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5