⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 write.m

📁 这是一个关于MATLAB的函数
💻 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 + -