2 %>@ingroup guigroup ioio misc graphicsapi interactive
3 %>@brief Lets the user create a dataset by clicking the mouse and pressing the number keys
8 set(gca,
'xlim', [0, 10],
'ylim', [0, 10]);
9 title(
'0, 1, 2, 3 for class or E to end');
21 classes_(k, 1) =
class;
24 plot(x, y,
'Color', colors(
class+1),
'Marker', markers(
class+1));
26 set(gca,
'xlim', [0, 10],
'ylim', [0, 10]);
30 elseif z ==
'E' || z ==
'e'
40 data.classes = classes_;
41 data = data.assert_fix();
46 disp([
'Saved file ' f]);
function find_filename(in prefix, in suffix, in extension, in flag_return_ext)