1 %>@brief Creates a CSV file with a list of classes, similar to what is seen in
blockmenu.m
3 %>@ingroup introspection
5 aa = {
'block',
'sgs',
'peakdetector',
'fsg',
'irlog'};
13 % Generates text
string
14 s = char(10)*ones(size(cc, 1), 1);
15 for i = size(cc, 2):-1:1
16 s = [char(cc(:, i)), s];
19 filename =
'irr_classes.txt';
20 h = fopen(filename,
'w');
function classmap_get_list(in classname, in inputclass)
function itemlist2cell(in list, in verboselevel, in style)
Converts an array of mapitem objects to a cell of indented strings.