1 / 5

Octave Environment

Octave Environment. EEL 4884 Engineering Software Design Fall 2005 Prepared by: Alex DiMarzio Wayne Roberts Rickeshia Tillman Rakeel Ramdatt. mxGetDimensions. mxCreateCellMatrix. mxChar. mxDuplicateArray. mxGetData. Octave Environment. mxClassID. mxSetData. mxSetImagData.

Télécharger la présentation

Octave Environment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. mxGetDimensions mxCreateCellMatrix mxChar mxDuplicateArray mxGetData Octave Environment mxClassID mxSetData mxSetImagData mxGetNumberofElements mxGetImagData 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 mxArray’s 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

More Related