Feeds
提问
Solving for an unkown matrix
Is there a way to solve the following matrix equation in matlab? P*A + B*P = C A,B,C,P have the same matrix dimensions. A...
14 years 前 | 2 个回答 | 0
2
个回答提问
Problem extracting data from dos command.
I managed to obtain a string using data = evalc('!netstat -s -p UDP') However, when I tried to use sscanf, all I got was '...
15 years 前 | 1 个回答 | 0
