Info

此问题已关闭。 请重新打开它进行编辑或回答。

What is wrong in this code?

1 次查看(过去 30 天)
Aimen Mujahid
Aimen Mujahid 2017-2-22
关闭: MATLAB Answer Bot 2021-8-20
O=1; U=input('Enter number of retailers'); for u=1:U; Cuo=zeros(u:O); Cuo(u,O)=input('Enter traveling cost for retailer to collection center'); end SumCuo=Sum(Cuo(:)); disp(SumCuo);

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by