is paddedsize the matlab command?
Ältere Kommentare anzeigen
Dear Sir, is "paddedsize" a matlab command. If The answer is okey, What is the command used for?
1 Kommentar
Halil arifoglu
am 21 Sep. 2013
Akzeptierte Antwort
Weitere Antworten (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 Kommentare
Daniel Shub
am 20 Jul. 2012
There is also which
Greg Heath
am 20 Jul. 2012
and
lookfor
Jan
am 20 Jul. 2012
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
am 20 Jul. 2012
0 Stimmen
No, paddedsize() is not a MATLAB command. It could be the name of a third-party routine.
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!