代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/147186/12579186

m myrepmat.m

function T = myrepmat(T, sizes) % MYREPMAT Like the built-in repmat, except myrepmat(T,n) == repmat(T,[n 1]) % T = myrepmat(T, sizes) if length(sizes)==1 T = repmat(T, [sizes 1]); else T =
www.eeworm.com/read/200886/15420711

m checkfigs.m

function status = checkfigs(h) % built-in helper function, but I want to use it, so have % copied it exactly. status = 1; for i=1:length(h) if ~ishandle(h(i)) | ~strcmp(get(h(i),'type'),'figure'
www.eeworm.com/read/200155/15439527

changelog

Changes from 4.0 to 4.1 1. layout, it should be more comfortable 2. misc bugs 3. add MUL, MOVW, LPM instrument 4. add built-in lable generator to replace perl script. 5. support M8
www.eeworm.com/read/192030/8410906

m expand.m

function Q = expand(P) % EXPAND -- built-in EXPAND, extended to matrix polynomials % % Q = expand(P) % % The effect is the same as the system built-in EXPAND, applied to each % coeffici
www.eeworm.com/read/192030/8410962

m simplify.m

function Q = simplify(P) % SIMPLIFY -- built-in SIMPLIFY, extended to matrix polynomials % % Q = simplify(P) % % The effect is the same as the system built-in SIMPLIFY, applied to each
www.eeworm.com/read/181830/9235775

m expand.m

function Q = expand(P) % EXPAND -- built-in EXPAND, extended to matrix polynomials % % Q = expand(P) % % The effect is the same as the system built-in EXPAND, applied to each % coeffici
www.eeworm.com/read/181830/9235807

m simplify.m

function Q = simplify(P) % SIMPLIFY -- built-in SIMPLIFY, extended to matrix polynomials % % Q = simplify(P) % % The effect is the same as the system built-in SIMPLIFY, applied to each
www.eeworm.com/read/455228/7375628

html alpha-built-in-functions.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/396136/8124200

html alpha-built-in-functions.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/326313/13148655

m expand.m

function Q = expand(P) % EXPAND -- built-in EXPAND, extended to matrix polynomials % % Q = expand(P) % % The effect is the same as the system built-in EXPAND, applied to each % coeffici