Feeds
回答済み
Extract numerical values from a struct
I got it.I can use M=struct2array(m); so I got >> M M = [ 25, 26, 27, 26, 27, 28, 27, 28, 29]
Extract numerical values from a struct
I got it.I can use M=struct2array(m); so I got >> M M = [ 25, 26, 27, 26, 27, 28, 27, 28, 29]
6年以上 前 | 0
質問
Extract numerical values from a struct
xx=5; %No;of nodes in x axis yy=5; %No;of nodes in y axis Bv=zeros(xx,yy); Bv=[23 24 25 26 27 24 0 0 0 28 25 0 ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Extracting values from sym matrix solutions
I have a matrix E which contains algebraic equations.Now if I do m=solve(E),then i will get m containing the values of the vari...
6年以上 前 | 1 件の回答 | 0
