代码搜索:multidimensional

找到约 559 项符合「multidimensional」的源代码

代码结果 559
www.eeworm.com/read/136685/13365865

m exm030134_1.m

a='MATLAB 6.1 ';b='includes new data types:'; %创建单行字符串a,b c1='◆Multidimensional array';c2='◆User-definable data structure'; c3='◆Cell arrays';c4='◆Character array'; c5='◆Function handle'; c=char(
www.eeworm.com/read/319871/13441065

m exm04134_1.m

%exm04134_1.m a='MATLAB 5 ';b='introduces new data types:'; c1='◆Multidimensional array';c2='◆User-definable data structure'; c3='◆Cell arrays';c4='◆Character array'; c=char(c1,c2,c3,c4); C={a;b
www.eeworm.com/read/319335/13453420

m exm030134_1.m

a='MATLAB 6.1 ';b='includes new data types:'; %创建单行字符串a,b c1='◆Multidimensional array';c2='◆User-definable data structure'; c3='◆Cell arrays';c4='◆Character array'; c5='◆Function handle'; c=char(
www.eeworm.com/read/313151/13595236

java ex5(3).java

// arrays/Ex5.java // TIJ4 Chapter Arrays, Exercise 5, page 759 // Demonstrate that multidimensional arrays of non-primitives are // automatically initialized to null. import java.util.*; class
www.eeworm.com/read/490761/6442146

m argmin.m

function indices = argmin(v) % ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v. % indices = argmin(v) % % Returns the first minimum in the ca
www.eeworm.com/read/478118/6720229

java ex5(3).java

// arrays/Ex5.java // TIJ4 Chapter Arrays, Exercise 5, page 759 // Demonstrate that multidimensional arrays of non-primitives are // automatically initialized to null. import java.util.*; class
www.eeworm.com/read/261198/11659664

m argmax.m

function indices = argmax(v) % ARGMAX Return as a subscript vector the location of the largest element of a multidimensional array v. % indices = argmax(v) % % Returns the first maximum in the case of
www.eeworm.com/read/261198/11659860

m argmin.m

function indices = argmin(v) % ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v. % indices = argmin(v) % % Returns the first minimum in the case o
www.eeworm.com/read/343492/11944340

m argmin.m

function indices = argmin(v) % ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v. % indices = argmin(v) % % Returns the first minimum in the case o
www.eeworm.com/read/151608/12188543

m exm04134_1.m

%exm04134_1.m a='MATLAB 5 ';b='introduces new data types:'; c1='◆Multidimensional array';c2='◆User-definable data structure'; c3='◆Cell arrays';c4='◆Character array'; c=char(c1,c2,c3,c4); C={a;b