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,...
3 years 前 | 0