Community Profile

photo

Ted Devine


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ...

2 years ago | 1 answer | 0

1

answer