bugGNU Octave - Bugs: bug #49694, laplace function undefined

 
 

bug #49694: laplace function undefined

Submitter:  None
Submitted:  Thu 24 Nov 2016 11:05:03 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  Rowan Diskin Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 04 Feb 2017 12:40:56 PM UTC, comment #2: 

Maybe patch #9238 might help users on that issue in the future.

Kai Torben Ohlhus <siko1056>
Group Member
Fri 25 Nov 2016 05:20:50 PM UTC, comment #1: 

Both functions are provided by the symbolic package. You probably didn't call the functions correctly.


>> laplace
error: 'laplace' undefined near line 1 column 1
>> laplace (2)
error: 'laplace' undefined near line 1 column 1
>> laplace (sym ('x'))
ans = (sym)

  1
  ──
   2
  s


Closing as works for me.

Mike Miller <mtmiller>
Group Member
Thu 24 Nov 2016 11:05:03 AM UTC, original submission:  

The laplace and iplace function in the symbolic package returns the message 'undefined near line 1 column 1'.

I have previously run the install and load commands

pkg install symbolic-win-py-bundle-2.4.0.zip
pkg load symbolic
syms x

other symbolic package functions such as abs and toeplitz appear to exist.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by siko1056 (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-25 mtmiller StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code