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!