代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/429621/8798517
eps f7_30new.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: F7_30new.eps
%%CreationDate: 07/15/97 14:28:43
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yell
www.eeworm.com/read/427909/8913270
c rectintsparseloopc.c
/* This is based on
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch04cr12.shtml
See rectintSparse.m for the matlab version of this code.
*/
#include /* Need
www.eeworm.com/read/178064/9420701
m fnnls.m
function [x,w] = fnnls(XtX,Xty,tol)
%FNNLS Non-negative least-squares.
%
% Adapted from NNLS of Mathworks, Inc.
%
% x = fnnls(XtX,Xty) returns the vector X that solves x = pinv(XtX)*Xty
%
www.eeworm.com/read/373250/9467429
c rectintsparseloopc.c
/* This is based on
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch04cr12.shtml
See rectintSparse.m for the matlab version of this code.
*/
#include /* Need