Main Content

openrset

Open R-Set file and display R-Set

Description

openrset(filename) opens the reduced resolution dataset (R-Set) file and displays the R-Set in the Image Tool opened by the imtool function.

Examples

collapse all

Load an R-Set file into the workspace.

filename = 'mandi.rset';

Open the R-Set file and display the R-Set data.

openrset(filename)

Figure Image Tool 1 - mandi.rset contains an axes object and other objects of type uimenu, uitoolbar, uipanel. The hidden axes object contains an object of type image.

Input Arguments

collapse all

Name of the R-Set file, specified as a character vector or string scalar. Create an R-Set file by using the rsetwrite function.

Data Types: char | string

Version History

Introduced in R2010a

See Also

| |