is paddedsize the matlab command?
显示 更早的评论
Dear Sir, is "paddedsize" a matlab command. If The answer is okey, What is the command used for?
采纳的回答
更多回答(2 个)
You can simply try it:
help paddedsize
doc paddedsize
which paddedsize -all % [EDITED, thanks Daniel]
If Matlab tells, that the command cannot be found, it is not available.
If the function is published in the FileExchange, searching there would help. Otherwise asking your favorite search engine for "Matlab paddedsize" is promissing.
3 个评论
Daniel Shub
2012-7-20
There is also which
Greg Heath
2012-7-20
and
lookfor
Jan
2012-7-20
lookfor searchs the H1-lines. While Matlab's built-in commands repeate the name of a function in the H1-line, I do not think that this is really useful. docsearch has much more power. And especially the submissions in the FEX support H1-lines partially only.
Walter Roberson
2012-7-20
0 个投票
No, paddedsize() is not a MATLAB command. It could be the name of a third-party routine.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!