代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/299178/7881116
m optimset.m
function options = optimset(varargin)
%OPTIMSET Create/alter OPTIM OPTIONS structure.
% OPTIONS = OPTIMSET('PARAM1',VALUE1,'PARAM2',VALUE2,...) creates an
% optimization options structure OPTIO
www.eeworm.com/read/299178/7881273
m qrinsert.m
function [Q,R] = qrinsert(Q,R,j,x,orient)
%QRINSERT Insert a column or row into QR factorization.
% [Q1,R1] = QRINSERT(Q,R,J,X) returns the QR factorization of the matrix A1,
% where A1 is A=Q*
www.eeworm.com/read/433438/7930001
txt readme.txt
|-----------------------------------------------------------------------|
| Hybrid Texture Synthesis MATLAB package |
|
www.eeworm.com/read/298649/7947845
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/197958/7960811
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/197534/7987100
cs example.cs
using System;
using System.Runtime.InteropServices;
using UtilityMatlabCompilerVer4 ;
using System.IO ;
namespace MatlabCSharpExample
{
class Example
{
IntPtr ep ;
public Example()
www.eeworm.com/read/197108/8028939
m speedup3.m
function Speedup3
% Speedup3.m
% 功能:比较具有相同功能的自定义函数与MATLAB内部函数的运行速度
%
% 加快MATLAB执行程序的方法之三:尽量使用MATLAB内部函数(包括各种工具箱函数)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
%
www.eeworm.com/read/197055/8033159
c showdata.c
/*
* MATLAB Compiler: 3.0
* Date: Thu Jun 21 22:06:04 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ