bugGNU Octave - Bugs: bug #32151, Feature request: (compatibility)...

 
 

bug #32151: Feature request: (compatibility) isdeployed

Submitter:  Guillaume <gyom>
Submitted:  Mon 17 Jan 2011 01:59:34 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Fixed Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Jan 2011 10:29:17 AM UTC, comment #3: 

Thanks for adding this compatibility function.

Looking at the release notes, it seems this function was introduced in MATLAB 7 (R14):
http://www.mathworks.com/help/releases/R14/toolbox/compiler/isdeployed.html

Guillaume <gyom>
Mon 17 Jan 2011 07:37:04 PM UTC, comment #2: 

BTW, this function was not listed in Octaves unimplemented function.  When did it first appear in Matlab?

John W. Eaton <jwe>
Group administrator
Mon 17 Jan 2011 07:36:09 PM UTC, comment #1: 
John W. Eaton <jwe>
Group administrator
Mon 17 Jan 2011 01:59:34 PM UTC, original submission:  

In MATLAB, isdeployed is used to determine whether code is running in deployed or standard mode:
http://www.mathworks.com/help/toolbox/compiler/isdeployed.html

It would be useful to have a compatibility function in Octave:

  function X = isdeployed
  return false;

so that the same code using isdeployed can work seamlessly in both MATLAB and Octave.

Guillaume <gyom>

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by gyom (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
    2011-01-17 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code