层次分析法matlab程序及说明书我要分享

Analytic hierarchy process Matlab program and instruction

层次分析法 层次分析法matlab程序及说明书

关注次数: 432

下载次数: 3

文件大小: 144KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

层次分析法matlab程序及说明书,是指将与决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。


English Description:

Analytic hierarchy process (AHP) matlab program and instruction manual is a decision-making method that decomposes the elements related to decision-making into objectives, criteria, schemes and other levels, and carries out qualitative and quantitative analysis on this basis.


代码预览

AHP层次分析法\AHPSolver.m

AHP层次分析法\AHPWeightVector.m

AHP层次分析法\data.m

AHP层次分析法\TestAHPWeightVector1.m

AHP层次分析法\TestAHPWeightVector2.m

AHPSolver说明书.pdf

AHP层次分析法