Documentation of unitconvertermultpow


Index of all files: short | long | this subdirectory only: short | long


Function Synopsis

un=unitconvertermultpow(mult,powr)

Help text

 

Cross-Reference Information

This function calls This function is called by

Listing of function unitconvertermultpow

function un=unitconvertermultpow(mult,powr)
str.multiplier=mult;
str.power=powr;
p=unitconverter('mult and power');
un=class(str,'unitconvertermultpow',p);

Produced by mtree2html by Hartmut Pohlheim