Abdul Rof V
Followers: 0 Following: 0
Feeds
提问
A is a square block matrix of order S which not fixed. pi is a column matrix of order S. How to find the solutions of the system of equations: (pi)A=0, (pi)e=1, e column of 1s
A is a square block matrix of order S which not fixed.Each block has order m is a column(block) matrix of variables order S. Ho...
2 years 前 | 1 个回答 | 0
1
个回答已回答
accessing cell data using brace indexing,
PI=ones(10,10); p0=0; for i=1:5 p{i}=PI{i} end anything wrong in indexing
accessing cell data using brace indexing,
PI=ones(10,10); p0=0; for i=1:5 p{i}=PI{i} end anything wrong in indexing
3 years 前 | 0