Clears an imported dataset in an object that was added through importdataset.
| Syntax | Description |
|---|---|
| cleardataset; | Clears the dataset from the selected grid attribute. |
Examples
This example shows how to import an unstructured dataset 'charge' to the 'np Density' grid attribute.
select("np density");
importdataset("device_data.mat");
cleardataset;See Also