Parses a matrix of pairwise comparisons into a string.
Versione 1.1.0.0 (1,42 KB) da
Wei-Rong Chen
This function parses a matrix of pairwise comparisons into a string.
This function parses a matrix of pairwise comparisons into a string.
Example:
inputM = [ 0 1 1; 0 0 1; 0 0 0]
% >> inputM =
0 1 1
0 0 1
0 0 0
elements = {'a', 'b', 'c'};
outStr=PairwiseCompareMatrix2Str(inputM, elements)
>> outStr =
'a>b,c; b>c'
Cita come
Wei-Rong Chen (2025). Parses a matrix of pairwise comparisons into a string. (https://it.mathworks.com/matlabcentral/fileexchange/50540-parses-a-matrix-of-pairwise-comparisons-into-a-string), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Mathematics > Graph and Network Algorithms >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
Scopri di più su Graph and Network Algorithms in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.1.0.0 | . |
||
1.0.0.0 |
|