Octave Environment - PowerPoint PPT Presentation

About This Presentation
Title:

Octave Environment

Description:

Octave Environment. EEL 4884 Engineering Software Design Fall 2005. Prepared by: Alex DiMarzio ... Octave Environment. Interface Descriptions ... – PowerPoint PPT presentation

Number of Views:64
Avg rating:3.0/5.0
Slides: 6
Provided by: kees1
Category:

less

Transcript and Presenter's Notes

Title: Octave Environment


1
Octave Environment
  • EEL 4884 Engineering Software Design Fall 2005
  • Prepared by
  • Alex DiMarzio
  • Wayne Roberts
  • Rickeshia Tillman
  • Rakeel Ramdatt

2
High Level Design
3
Interface Descriptions
  • mxGetDimensions-used to determine how many
    elements are in each dimension of an mxArray
  • mxChar- Data type that string mxArrays use to
    store their data elements
  • mxGetData- Get pointer to data
  • mxSetData- Set pointer to data
  • mxGetNumberofElements- Get number of elements in
    an mxArray
  • mxGetImagData- Get pointer to imaginary data of
    an mxArray
  • mxSetImagData- Set imaginary data pointer for an
    mxArray
  • mxClassID- Integer value that identifies an
    mxArrays class (category)
  • mxDuplicateArray- Make a deep copy of an mxArray
  • mxCreateCellMatrix- Create unpopulated
    two-dimensional cell mxArray

4
Detailed Level Design
  • Design Issues
  • Detailed Design Information
  • Trace of Requirements to Design

5
Write a Comment
User Comments (0)
About PowerShow.com