Feeds
답변 있음
How to write function for above combine matrix?
I got the following answer to this question..... function T=trio(n,m) a=ones(n,m); b=2*ones(n,m); c=3*ones(n,m); T=cat(1,...
How to write function for above combine matrix?
I got the following answer to this question..... function T=trio(n,m) a=ones(n,m); b=2*ones(n,m); c=3*ones(n,m); T=cat(1,...
거의 4년 전 | 0
