set_temporal_coordinate_grid()

This function is deprecated and should not be used. It has been replaced by set_time_samples and set_coordinate_grid.

Description: Creates a coordinate grid for use with transient functions.

Usage

tcg = set_temporal_coordinate_grid(vector, time_vector);
tcg = set_temporal_coordinate_grid(vector, tmin, tmax, deltat);
tcg = set_temporal_coordinate_grid(delta, xmin, xmax, ymin, ymax, zmin, zmax, time_vector);
tcg = set_temporal_coordinate_grid(delta, xmin, xmax, ymin, ymax, zmin, zmax, tmin, tmax, deltat); 

Arguments

Output Parameters

Notes

Calling this function with no arguments will cause the program to

prompt the user for each required value.