| abs(x) | Absolutní hodnota, důležité u komplexních čísel | 
	
		| angle(x) | Fáze úhlu v radiánech komplexního čísla. Synonymum pro arg() | 
	
		| arg(x) | Fáze úhlu v radiánech komplexního čísla | 
	
		| conj(x) | Komplexně sdružené číslo | 
	
		| deg2rad(x) | Převádí fázi ze stupňů na radiány | 
	
		| hypot(x,y) | Euklidova distantní funkce | 
	
		| imag(x) | Imaginární část  komplexních čísel | 
	
		| mag(x) | Velikost komplexního čísla | 
	
		| norm(x) | Absolutní hodnota vektoru na čtverec | 
	
		| phase(x) | Fázový úhel komplexního čísla (ve stupních) | 
	
		| polar(m,p) | Mění protichůdné souřadnice (velikostm, fáze p) na komplexní číslo | 
	
		| rad2deg(x) | Převádí úhel z radiánů na stupně | 
	
		| real(x) | Reálná část komplexního čísla | 
	
		| sign(x) | Funkce signum | 
	
		| sqr(x) | Druhá mocnina čísla | 
	
		| sqrt(x) | Druhá odmocnina | 
	
		| unwrap(p[,tol[,step]]) | Unwraps the angle (opravdu netuším jak to přeložit) p (v radiánech -- základně ; step je 2*pi) s použitím volitelné hodnoty tolerance tol (zálkadně je pi) | 
	
	
		| avg(x[,range]) | Aritmetický průměr vektorových prvků; pokud je dán rozsah pak xmust have a single data dependency | 
	
		| cumavg(x) | Souhrný průměr vektorových prvků | 
	
		| max(x,y) | Vrátí větší číslo z x a y | 
	
		| max(x[,range]) | Maximální hodnota ve vektoru. Pokud je dán rozsah, pak x must have a single data dependency | 
	
		| min(x,y) | Vrátí menší číslo z x a y | 
	
		| min(x[,range]) | Minimální hodnota ve kektoru; Pokud je dán rozsah, pak x must have a single data dependency | 
	
		| rms(x) | Root Mean Square of vector elements | 
	
		| runavg(x) | Running average of vector elements | 
	
		| stddev(x) | Standard deviation of vector elements | 
	
		| variance(x) | Variance of vector elements | 
	
		| random() | Náhodné číslo mezi 0,0 a 0,1 | 
	
		| srandom(x) | Give random seed | 
	
	
		| stos(s,zref[,z0]) | Converts S-parameter matrix to S-parameter matrix with different reference impedance(s) | 
	
		| stoy(s[,zref]) | Converts S-parameter matrix to Y-parameter matrix | 
	
		| stoz(s[,zref]) | Converts S-parameter matrix to Z-parameter matrix | 
	
		| twoport(m,from,to) | Converts a two-port matrix from one representation into another, possible values for from and to are 'Y', 'Z', 'H', 'G', 'A', 'S' and 'T'. | 
	
		| ytos(y[,z0]) | Converts Y-parameter matrix to S-parameter matrix | 
	
		| ytoz(y) | Converts Y-parameter matrix to Z-parameter matrix | 
	
		| ztos(z[,z0]) | Converts Z-parameter matrix to S-parameter matrix | 
	
		| ztoy(z) | Converts Z-parameter matrix to Y-parameter matrix | 
	
	
		| GaCircle(s,Ga[,arcs]) | Circle(s) with constant available power gain Ga in the source
			plane | 
	
		| GpCircle(s,Gp[,arcs]) | Circle(s) with constant operating power gain Gp in the load
			plane | 
	
		| Mu(s) | Mu stability factor of a two-port S-parameter matrix | 
	
		| Mu2(s) | Mu' stability factor of a two-port S-parameter matrix | 
	
		| NoiseCircle(Sopt, Fmin,Rn,F[,Arcs])
 | Generates circle(s) with constant Noise Figure(s) F. Arcs specifies the angles in degrees created by e.g. linspace(0,360,100). If Arcs is a number it specifies the number of equally spaced circle segments, if it is omitted this number defaults to a reasonable value | 
	
		| PlotVs(data,dep) | Returns a data item based upon vector or matrix vector data with
			dependency on a given vector dep, e.g. PlotVs(Gain,frequency/1e9) | 
	
		| Rollet(s) | Rollet stability factor of a two-port S-parameter matrix | 
	
		| StabCircleL(s[,arcs]) | Stability circle in the load plane | 
	
		| StabCircleS(s[,arcs]) | Stability circle in the source plane | 
       
               | StabFactor(s) | Stability factor of a two-port S-parameter matrix. Synonym for Rollet() | 
       
               | StabMeasure(s) | Stability measure B1 of a two-port S-parameter matrix |