Calling function input arguments
显示 更早的评论
I have two different function m files and now wish to extract its elements say one function is gamma(a,b,c..) and another function beta(a,b,c..) . I wish to extract the first input elements of both functions in the same gamma function file or in some another function. Is that possible without making gamma and beta execute the other commands stated inside its body and just using the input arguments ? Thanks.
1 个评论
Walter Roberson
2013-10-18
Extract as strings? i.e., given a function name, indicate what it calls its arguments?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!