git-svn-id: http://moon:8086/svn/matlab/trunk@99 801c6759-fa7c-4059-a304-17956f83a07c
8 lines
84 B
Matlab
Executable File
8 lines
84 B
Matlab
Executable File
function onPush(h)
|
|
disp('onPush')
|
|
close(h)
|
|
|
|
system ("nautilus .")
|
|
|
|
endfunction
|