How to give inputs to function definitions?
9 次查看(过去 30 天)
显示 更早的评论
I know this is a dumb question but I have to ask, else i'l never know how to do it. I am stuck without any knowledge as how to give input to functions. for example, In this link http://www.mathworks.in/matlabcentral/fileexchange/20328 the file is defined in a function and when i execute it, it shows 'Not enough input arguments.'. Now this is my problem. How should I give inputs to this function and also how to define them in a separate file. Pls help and thanks in advance.
0 个评论
采纳的回答
Azzi Abdelmalek
2013-5-19
In Matlab windows command type
costMat=magic(5)
[assignment,cost] = munkres(costMat)
2 个评论
Azzi Abdelmalek
2013-5-19
You can call the function in windows command or in an m-file, your function and your m-file should be in the same folder
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Adding custom doc 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!