Ted Devine
Followers: 0 Following: 0
Feeds
질문
I dont know how to start this question about crreating a matrix according to an equation
3년 초과 전 | 답변 수: 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 ...
3년 초과 전 | 답변 수: 1 | 0