Matlab笔记函数例题
for循环结构:for x = array ( commands ) endwhile循环结构:while expression ( commands ) enda(1)=1a(2)=1i=2whil
Matlab笔记函数例题