5 %>@image html Screenshot-Norm.png
7 %> <b>Type of norm</b> - see MATLAB
's @c norm() function, fcon_mea_norm::type
13 function result = uip_fcon_mea_norm(o, data)
15 p = inputdlg('Type of norm (see MATLAB norm()
function for options):
', 'Norm
', 1, {'2
'});
19 type = ['''' type ''''];
23 result.params = {'type
', type};