这是一个使用matlab写的一个关于矩阵的代码

clc; clear; close all; b = zeros(8,10); for k = 1:8 for a = 1:10; s= a+(10*(k-1)); b(k,a) = s; end end b
相关文章
相关标签/搜索