代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/465911/7048870
m st_pop.m
function st=st_pop(st)
% ST_POP
%
% ST_POP(st) pops the top element of the stack.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
st=sl_del(st);
www.eeworm.com/read/465911/7048872
m st_top.m
function y=st_top(st)
% ST_TOP
%
% ST_TOP(st) returns the top element of the stack.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
y=sl_get(st);
www.eeworm.com/read/440841/7680357
m scaleimage.m
%This code arranges the size of mean face and eigenfaces
%Author:Alex Chirokov
%Available at
% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6995&objectType=file
fun
www.eeworm.com/read/440841/7680368
asv scaleimage.asv
%This code arranges the size of mean face and eigenfaces
%Author:Alex Chirokov
%Available at
% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6995&objectType=file
funct
www.eeworm.com/read/407093/11429508
m time.m
function y = time()
%TIME Timestamp.
% S = TIME returns a string containing the date and time.
% Copyright (c) 1984-93 by The MathWorks, Inc.
t = clock;
base = t(1) - rem(t(1),100);
www.eeworm.com/read/472545/6869825
m scaleimage.m
%This code arranges the size of mean face and eigenfaces
%Author:Alex Chirokov
%Available at
% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6995&objectType=file
fun
www.eeworm.com/read/472545/6869836
asv scaleimage.asv
%This code arranges the size of mean face and eigenfaces
%Author:Alex Chirokov
%Available at
% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6995&objectType=file
funct
www.eeworm.com/read/294636/8214626
txt testo.txt
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compres
www.eeworm.com/read/247527/12652770
m ps_example.m
function f = ps_example(x)
%PS_EXAMPLE objective function for pattern search.
% Copyright 2004 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2004/01/16 16:53:18 $
for i = 1:size(x,1)