Feeds
已回答
How can i seperate columns by comparing the values of first row?
clc; clear all; A=[1 1 0;1 2 5;3 6 8;5 4 2]; j=1; k=1; nn=size(A); for i=1:nn(2) if A(1,i)==1 ...
How can i seperate columns by comparing the values of first row?
clc; clear all; A=[1 1 0;1 2 5;3 6 8;5 4 2]; j=1; k=1; nn=size(A); for i=1:nn(2) if A(1,i)==1 ...
10 years 前 | 0
提问
Coupled Partial differential Equations.
I am trying to solve these coupled partial differential equations. <</matlabcentral/answers/uploaded_files/52226/matl.png>> ...
10 years 前 | 0 个回答 | 1
