Feeds
已回答
how to create this matrix [1 2 3 4 5;2 2 3 4 5;3 3 3 4 5;4 4 4 4 5;5 5 5 5 5]
Well super brute force method, but it helps if you are just beginning to code clear all; close all; clc M=5; N=5; % can va...
how to create this matrix [1 2 3 4 5;2 2 3 4 5;3 3 3 4 5;4 4 4 4 5;5 5 5 5 5]
Well super brute force method, but it helps if you are just beginning to code clear all; close all; clc M=5; N=5; % can va...
7 years 前 | 0
