?? write.m
字號(hào):
function resp = write(nn,index,data)
%WRITE - Writes data into DSP memory.
%
% WRITE(MM,DATA) - write DATA into the DSP memory pointed to by the object handle MM.
%
% WRITE(MM,DATA,INDEX) - write DATA into the nth element of MM, where n is specified by INDEX.
%
% WRITE(MM,DATA,INDEX,TIMEOUT) - write DATA into the nth element of MM, where n is specified by INDEX.
% TIMEOUT specifies the duration of the WRITE execution.
%
% WRITE(MM,DATA,[ ],TIMEOUT) - same as first syntax except with TIMEOUT specified.
%
% Important Notes:
%
%
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -