Results 1 to 4 of 4

Thread: Notify-Send for Matlab/Octave

  1. #1
    Join Date
    Feb 2008
    Beans
    3

    Notify-Send for Matlab/Octave

    Hi everybody!

    I recently wrote a little Matlab function to send notifications to libNotify.

    http://www.mathworks.com/matlabcentr...09-notify-send



    I tried it with octave without any problems. This is ideal for those long running jobs. This way you don't have to check matlab/octave all the time to see when it's done.

  2. #2
    Join Date
    Aug 2010
    Beans
    30

    Re: Notify-Send for Matlab/Octave

    I envy you. You are a programmer with a promising future.

  3. #3
    Join Date
    Oct 2005
    Location
    Albany, NY
    Beans
    842
    Distro
    Ubuntu

    Re: Notify-Send for Matlab/Octave

    Very interesting. I have been wanting to sit down and learn launchpad/bzr and I think I am going to copy your idea and do the same thing for R.

    Someone may have already do it, but perhaps I'll be able to do it better.
    Please Insert Funny Statement Here.

  4. #4
    Join Date
    Dec 2007
    Location
    In the lab
    Beans
    122

    Re: Notify-Send for Matlab/Octave

    Quote Originally Posted by LukeMasters View Post
    Hi everybody!

    I recently wrote a little Matlab function to send notifications to libNotify.

    http://www.mathworks.com/matlabcentr...09-notify-send



    I tried it with octave without any problems. This is ideal for those long running jobs. This way you don't have to check matlab/octave all the time to see when it's done.
    There's an octave-zenity package which among other things, supports notifications.

    Code:
    zenity_notification (text, icon)
    It's part of the Ubuntu repositories.

    If you download the development version with SVN, it's much more complete. Other than a one-time notifications, the function you can create a icon on the toolbar and use standard error, info, question and warning icons. The whola package allows to create many dialog boxes such as file selection, error messages, list of options with radio buttons or check boxes.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •