打赏

Matlab动态数组实现

clear all;

clc;
a = [];  %不是null,也不能什么都不是
for i=1:10
  a = [a i]; 
end
posted @ 2019-02-18 23:06  海米傻傻  阅读(2479)  评论(0编辑  收藏  举报