Fast Unique Rows Method with Unit and Performance Tests

版本 1.0.1 (4.9 KB) 作者: Caglar Arslan
This study provides a faster version of MATLAB's unique rows method (i.e. unique(points,''rows'') ). Estimated acceleration amount is ~ x2.5
31.0 次下载
更新时间 2020/6/25

查看许可证

This program provides a faster version of MATLAB's unique rows method (i.e. unique(points,''rows'') ).

Estimated acceleration amount is approximately x2.5 times.

Also this program is implemented for providing a basis/skeleton for
high performance function replacement studies.

Scripts and Functions are documented/commented in details.

Use:
help myFastUniqueRows
help execFUR
help execFUR_PT

for further information.
----

For unit tests,
please execute the 'execFUR.m'

for automated performance tests,
execute 'execFUR_PT.m"

----
Author: Caglar Arslan
Date : June 2020
License : 'No License'
------------------------------------------------------------------------

引用格式

Caglar Arslan (2024). Fast Unique Rows Method with Unit and Performance Tests (https://www.mathworks.com/matlabcentral/fileexchange/77329-fast-unique-rows-method-with-unit-and-performance-tests), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Image included.

1.0.0