代码搜索:multidimensional

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

代码结果 559
www.eeworm.com/read/364985/9884482

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/164050/10133901

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/425546/10348788

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 cas
www.eeworm.com/read/425546/10348939

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/353439/10446790

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/349646/10808681

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 cas
www.eeworm.com/read/349646/10808875

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/349646/10809628

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 cas
www.eeworm.com/read/349646/10809922

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/469416/6976225

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 cas