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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!