(translator=roro, ChineseSource=roro-20020726-3.5\clearserial.html, EnglishSource=c:\matlabr12\help\techdoc\ref\clearserial.html)
MATLAB Function Reference    
clear (serial)

由 MATLAB 的工作空間移除序列埠物件

Syntax

Arguments

obj
一序列埠物件或序列埠物件的陣列。

Description

clear obj 從 MATLAB 的工作空間中移除 obj。

Remarks

obj 連結至裝置且其由工作空間中清除,則 obj 仍然連結至裝置。可由函數 instrfind 重新放置 obj 至工作空間。一序列埠物件連結至裝置含有 openStatus 屬性值。

若欲從裝置移除 obj,使用函數 fclose。欲從記憶體移除 obj,使用函數 delete。可使用 clear 將工作空間中不合理的序列埠物件移除。

若使用指令 help 顯示 clear 的求助,則需要提供下述的路徑名稱。

Example

此範例建立序列埠物件 s,複製 s 至新的變數 scopy,而後從 MATLAB 的工作空間清除 ss 而後使用 instrfind 重新放置至工作空間並完全相同於 scopy 的顯示。

See Also

Functions

delete, fclose, instrfind, isvalid

Properties

Status


 clear clf