rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
unitcube.m File Reference

function adding fields to model for generating a 2D rectgrid with 100 x 100 elements on the unit-square More...

Go to the source code of this file.

Functions

function model = unitcube (model)
 function adding fields to model for generating a 2D rectgrid with 100 x 100 elements on the unit-square
 

Detailed Description

function adding fields to model for generating a 2D rectgrid with 100 x 100 elements on the unit-square

Definition in file unitcube.m.

Function Documentation

function model = unitcube (   model)

function adding fields to model for generating a 2D rectgrid with 100 x 100 elements on the unit-square

Parameters
modelmodel
Return values
modelmodel
Generated fields of model:
  • gridtype —  gridtype
  • xrange —  xrange
  • yrange —  yrange
  • xnumintervals —  xnumintervals
  • ynumintervals —  ynumintervals

Definition at line 17 of file unitcube.m.