emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dan Davison <davison@stats.ox.ac.uk>
To: etimecowboy <etimecowboy@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-babel matlab example
Date: Sat, 11 Sep 2010 11:29:18 -0400	[thread overview]
Message-ID: <87iq2c2t9t.fsf@stats.ox.ac.uk> (raw)
In-Reply-To: <20100911.101806.1287597470496846955.etimecowboy@gmail.com> (etimecowboy@googlemail.com's message of "Sat, 11 Sep 2010 10:18:06 +0100 (BST)")

etimecowboy <etimecowboy@googlemail.com> writes:

> Hi everybody,
>
> I am learning to use org-babel to evaluate in-line Matlab code block,
> but I cannot make it works when I press the "C-c C-c", nor "C-c C-v
> e".

What happens when you try C-c C-c or C-c C-v e ? There is an issue with
matlab and octave: they return the value of the last /unassigned/
computation, so simply ending the code block with a variable name "x" is
not enough. Could you try one of the following schemes please, and let
us know if that solves it:

#+begin_src matlab :exports results
n = [1:10];
x = 5*n+4;
ans = x
#+end_src

#+begin_src matlab :exports results
n = [1:10];
x = 5*n+4;
x + 0
#+end_src


> The export of code works, but the results was not there. My in-line code is like this:

There was a little typo in your original block: the keyword is
":exports" with an s.

Dan

>
> #+begin_src matlab :export results
> n = [1:10];
> x = 5*n+4;
> x
> #+end_src
>
> Is there someone can provide me a working example? Thanks a lot.
>
>
> -----------------------------
>
> etimecowboy@gmail.com
>
>       _.,----,._
>     .:'        `:.
>   .'              `.
>  .'                `.
>  :                  :
>  `    .'`':'`'`/    '
>   `.   \  |   /   ,'
>     \   \ |  /   /
>      `\_..,,.._/'
>       {`'-,_`'-}
>       {`'-,_`'-}
>       {`'-,_`'-}
>        `YXXXXY'
>          ~^^~
>
> _______________________________________________
> 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-09-11 15:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-11  9:18 org-babel matlab example etimecowboy
2010-09-11 15:29 ` Dan Davison [this message]
2010-09-11 16:23   ` Dan Davison
2010-09-12  7:45     ` etimecowboy
2010-09-12 14:58       ` Darlan Cavalcante Moreira
2010-09-14 15:40         ` Dan Davison
2010-09-14 18:19           ` Achim Gratz
2010-09-14 20:14             ` Achim Gratz
2010-09-14 18:23           ` Darlan Cavalcante Moreira
2010-09-16  3:35             ` etimecowboy
2010-09-16  6:32               ` Dan Davison

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=87iq2c2t9t.fsf@stats.ox.ac.uk \
    --to=davison@stats.ox.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=etimecowboy@googlemail.com \
    /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).