產品介紹
  產品新訊
  範例展示
程式開發概念
  特殊功能介紹
  函式庫
  基本架構與比較
  系統支援
  NEWSLETTER
  產品下載
 
 
Graphic Objects
MATFOR utilizes the Graphics Object Oriented Programming (GOOP) concept to simplify graphical object manipulation and code integration. Especially designed to ease maintainability, MATFOR Graphics Object contains two attributes - Data and Representation. “Data” contains the computation results and “Representation” embraces the manipulations of the final graphs.
graphic objects
Programmers can change the properties of the output graphs by calling MATFOR Graphics Object functions.

Call msDrawMaterial

Dynamic Array
mfArray Overview
mfArray is an advanced dynamic array defined by MATFORR using modern features of C++ and Fortran 90/95. The mfArray data type consists of descriptors and values.
dynamic arrays
mfArray Features
A key to integrate MATFOR toolkit into high-level programming environments
  • Automatic data typing and dimensioning
  • Dynamic memory allocation
  • Simple calling routines with Matlab-like syntax
C/C++
Fortran
mfArray x,y;
x = mfMagic(5);
y = mfInv(x);
type(mfArray)::x,y
x = mfMagic(5)
y = mfInv(x)

 

  Copyright 2007 AnCAD, Inc. All Rights Reserved Privacy Policy I Terms & Conditions of using this website