help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using the publish function


From: pablo platt
Subject: Re: Using the publish function
Date: Tue, 17 Sep 2013 23:41:09 +0300

I'm new to octave so I didn't know I need to load the package:
pkg load miscellaneous

Now I'm getting a result and trying to improve the script to embed the images with data url

Thanks for the help


On Tue, Sep 17, 2013 at 3:14 PM, pablo platt <address@hidden> wrote:
Hi,

I'm looking for away to create an html report of m file.
The html report will show the function calls in the m file with the results and plots.

I'm trying to use the publish function from the miscellaneous package
http://octave.sourceforge.net/miscellaneous/function/publish.html

I've installed ubuntu 12.04 after oactave and octave-miscellaneous and got errors:
publish("myscript)
warning: exec_script: some elements in list of return values are undefined
error: invalid use of end
error: invalid limit value in colon _expression_
error: evaluating argument list element number 1
error: evaluating argument list element number 1
error: evaluating argument list element number 2
error: evaluating argument list element number 1
error: evaluating argument list element number 1
error: evaluating argument list element number 1
error: called from:
error:   /usr/share/octave/packages/3.2/miscellaneous-1.0.11/publish.m at line 317, column 7
error:   /usr/share/octave/packages/3.2/miscellaneous-1.0.11/publish.m at line 280, column 31
error:   /usr/share/octave/packages/3.2/miscellaneous-1.0.11/publish.m at line 139, column 5

In ubuntu 13.04 octave-miscellaneous doesn't include the publish function.

Is it a way to make the publish function work or are there other solutions I can use?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]