Similarity based TOPSIS

Version 1.0.4 (10.1 KB) by Pasi Luukka
TOPSIS method that uses similarity to compare alternative to positive and negative ideal solutions.
126 Downloads
Updated 26 Jan 2023

View License

These matlab files are for similarity based TOPSIS method.
Original article was published in
P. Luukka, M. Collan, Histogram ranking with generalized similarity-based TOPSIS
applied to patent ranking, International Journal of Operational Research 25 (4), 2016,
pp. 437-448.
Scritp Mainfile.m has and example on how to use the coded with simple example.
function topsissim.m is main function call for the method.
function simLP.m computes similarity between alternatives.

Cite As

Pasi Luukka (2024). Similarity based TOPSIS (https://www.mathworks.com/matlabcentral/fileexchange/87779-similarity-based-topsis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.4

Updated description

1.0.3

Added more comments.

1.0.2

Changed normalization function to matlab's own function call.

1.0.1

Added project website

1.0.0