1 / 4

Octave Environment

Octave Environment. EEL 4884 Engineering Software Design Fall 2005 Prepared by: Alex DiMarzio Wayne Roberts Rickeshia Tillman Rakeel Ramdatt. Octave Environment. Purpose of Project Coding Complications Project Legacy Build Instructions. Interface Descriptions.

Download Presentation

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. Octave Environment • Purpose of Project • Coding Complications • Project Legacy • Build Instructions

  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. Octave Environment • Individual Lessons Learned • Suggestions for future projects

More Related