代码搜索:Mathworks

找到约 4,523 项符合「Mathworks」的源代码

代码结果 4,523
www.eeworm.com/read/299178/7881266

m nnz.m

function nz = nnz(S) %NNZ Number of nonzero matrix elements. % nz = NNZ(S) is the number of nonzero elements in S. % % The density of a sparse matrix S is nnz(S)/prod(size(S)). % % See
www.eeworm.com/read/299178/7881293

m isstruct.m

function t = isstruct(a) %ISSTRUCT True for structures. % ISSTRUCT(S) returns 1 if S is a structure and 0 otherwise. % % See also STRUCT, ISFIELD, ISCELL, ISNUMERIC, ISOBJECT. % Copyright
www.eeworm.com/read/434161/7885381

txt see_also.txt

Hi. See also an application of this program: Stepper Motor Control with GUI http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16439&objectType=FILE Diego Orlando Barrag
www.eeworm.com/read/397102/8068555

m solvelin.m

function [w,b] = solvelin(p,t) %SOLVELIN Design linear network. % % [W,B] = SOLVELIN(P,T) % P - RxQ matrix of Q input vectors. % T - SxQ matrix of Q target vectors. % Returns: % W - SxR weight
www.eeworm.com/read/397102/8068623

m normr.m

function n = normr(m) %NORMR Normalize rows of matrix. % % NORMR(M) % M - a matrix. % Returns a matrix the same size with each % row normalized to a vector length of 1. % % See also NORMC, PNORMC.
www.eeworm.com/read/243217/12954921

m ex0709.m

%例7-9 字符数组的格式操作 a=strvcat('Welcome','to','MathWorks') upper(a) strjust(a,'center') sort(a(3,:)) %对字符数组a的第三行字符串,按照升序排列 sort(a) %对字符数组a的每一列,按照字符升序排列 sort(a,2) %对字符数组a的每一行,按照字符升序排列 sort(a,2,'desce
www.eeworm.com/read/141692/12990915

m bizcard.m

function bizcard % BIZCARD Future version of The MathWorks business card. % Click anywhere on the card. clf reset shg set(gcf,'name','The MathWorks Business Card', ... 'menu','none','num
www.eeworm.com/read/326067/13168272

m fxsearch.m

function fxsearch(searchstr,maxResults,isCategory) %FXSEARCH Search MATLAB Central File Exchange. % % FXSEARCH(searchstr) searches file exchange with searchstr and returns % the results in a
www.eeworm.com/read/322302/13383058

xml info.xml

www.eeworm.com/read/319404/13452341

m ex0709.m

%例7-9 字符数组的格式操作 a=strvcat('Welcome','to','MathWorks') upper(a) strjust(a,'center') sort(a(3,:)) %对字符数组a的第三行字符串,按照升序排列 sort(a) %对字符数组a的每一列,按照字符升序排列 sort(a,2) %对字符数组a的每一行,按照字符升序排列 sort(a,2,'desce