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 theImage Viewer应用程序。

Examples

collapse all

Load an R-Set file into the workspace.

文件名='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 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 thersetwritefunction.

Data Types:char|string

Introduced in R2010a