emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: RCY <recif@yahoo.com>
To: emacs-orgmode@gnu.org
Subject: [Babel] Output of multiple variables from octave source
Date: Thu, 30 Dec 2010 15:31:42 -0500	[thread overview]
Message-ID: <AANLkTinizs+G9JBQZPkNSaNGxOqGtAButb-3eNQpk29A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 707 bytes --]

Hi,
 I would like to output multiple variables from an octave program. When I
evaluate:

      #+srcname: test.m
      #+begin_src octave
      clear variables
      x=5.1;
      y=3*x;
      sprintf('x=%.1f',x)
      sprintf('y=%.1f',y)
      #+end_src

I get
      #+results: test.m
      : y=15.3

Is there a way to get multiple variables output, other than something like:
#+srcname: test.m
      #+begin_src octave
      clear variables
      x=5.1;
      y=3*x;
      sprintf('x=%.1f,\n y=%.1f',x,y)
      #+end_src

      #+results: test.m
      : x=5.1, y=15.3

which starts to get unwieldy for a larger number of variables.

I am using the org-mode from git in Emacs 23.1.

Thanks for any help.
RC

[-- Attachment #1.2: Type: text/html, Size: 865 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2010-12-30 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 20:31 RCY [this message]
2010-12-30 21:02 ` [Babel] Output of multiple variables from octave source RC
2011-01-06  0:54 ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTinizs+G9JBQZPkNSaNGxOqGtAButb-3eNQpk29A@mail.gmail.com \
    --to=recif@yahoo.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).