Feeds
提问
I dont know how to start this question about crreating a matrix according to an equation
4 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Matrcies in output interact with each other
clear clc close all syms x Mat1 = zeros(10,10); Mat2 = zeros(10,10); for j=1:10 for k=1:10 if j+1==k ...
4 years 前 | 1 个回答 | 0