📄 write.m
字号:
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:
%
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -