Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. mkfifo fakeMFileBashPipe.m
  2. cat > fakeMFileBashPipe.m &
  3. mypid=$!
  4. matlab -nosplash -nodesktop < fakeMFileBashPipe.m
  5. ###########################
  6. # and in your Sublime build system:
  7. echo "disp('asdf')" > fakeMFileBashPipe.m
  8. cat [script.m] > fakeMFileBashPipe.m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement