代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/147529/5728704
m randperm.m
function p = randperm(n);
%P=randperm(n) 生成1,2…,n的一个随机排列
%
%RANDPERM Random permutation.
% RANDPERM(n) is a random permutation of the integers from 1 to n.
% For example, RANDPERM(6) might be
www.eeworm.com/read/147529/5728824
m inv.m
%求逆矩阵
%用法 B=inv(A) 其中A为数值或符号方阵,B返回A的逆
%例如
% inv([1 2;3 4]) %数值
% syms a b c d;inv([[a,b;c,d]) %符号
%
%INV Matrix inverse.
% INV(X) is the inverse of the square
www.eeworm.com/read/147529/5728914
m randperm.m
function p = randperm(n);
%P=randperm(n) 生成1,2…,n的一个随机排列
%
%RANDPERM Random permutation.
% RANDPERM(n) is a random permutation of the integers from 1 to n.
% For example, RANDPERM(6) might be
www.eeworm.com/read/141708/5769376
h getdata.h
/*
* MAT-file diagnose program
*
* Calling syntax:
*
* matdgns
*
* It diagnoses the MAT-file named .
*
* This program demonstrates the use of the followi
www.eeworm.com/read/491824/6426948
m nncentxt.m
function h = nncentxt(s)
% NNCENTXT Neural Network Design utility function.
% NNCENTXT(S)
% S - String.
% Displays string S in current axis, and returns handle.
% Copyright 1994-2002
www.eeworm.com/read/484065/6590081
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of att
www.eeworm.com/read/263879/11338106
m inv.m
%求逆矩阵
%用法 B=inv(A) 其中A为数值或符号方阵,B返回A的逆
%例如
% inv([1 2;3 4]) %数值
% syms a b c d;inv([[a,b;c,d]) %符号
%
%INV Matrix inverse.
% INV(X) is the inverse of the square
www.eeworm.com/read/263879/11338252
m randperm.m
function p = randperm(n);
%P=randperm(n) 生成1,2…,n的一个随机排列
%
%RANDPERM Random permutation.
% RANDPERM(n) is a random permutation of the integers from 1 to n.
% For example, RANDPERM(6) might be
www.eeworm.com/read/259886/11760007
m nncentxt.m
function h = nncentxt(s)
% NNCENTXT Neural Network Design utility function.
% NNCENTXT(S)
% S - String.
% Displays string S in current axis, and returns handle.
% Copyright 1994-2002
www.eeworm.com/read/154209/11982938
m eq.m
function ans = eq(obj1,obj2)
%EQ '==' method for fdmeas / fdspec objects
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
s1 = struct(obj1);
s2 =