diff options
Diffstat (limited to 'sourcecodes/bnt-master/GraphViz/my_call.m')
| -rw-r--r-- | sourcecodes/bnt-master/GraphViz/my_call.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/GraphViz/my_call.m b/sourcecodes/bnt-master/GraphViz/my_call.m new file mode 100644 index 00000000..7059d1fc --- /dev/null +++ b/sourcecodes/bnt-master/GraphViz/my_call.m @@ -0,0 +1,3 @@ +function my_call(value) +fprintf('%d \n', value); % might check here whether this is a label at all + % since we get here by clicking on ANY text in figure |
