How to find the respective sets according to the minimum cost

1 次查看(过去 30 天)
one set is S1( 7,4,3,9,2)
another one S2 ( 3,6,7,1,8)
cost1 = 20 // respective to S1
cost2 =23 // respective to S2
A = min[ cost1; cost2];// cost1 having minimum value
how to find the respective set S1 after finding the minimum cost

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by