Feeds
提问
Running a batch file MATLAB - DIANA TNO
Currently, I'm working with a finite element software called DIANA, I've been always capable of running "simple" models with MAT...
9 years 前 | 1 个回答 | 0
1
个回答已回答
how to set multiple fields in a struct without using a loop
for i=1:size(A,1) B.(A{i})=[]; end But this answer has a loop, and I don't know if there's another way mo...
how to set multiple fields in a struct without using a loop
for i=1:size(A,1) B.(A{i})=[]; end But this answer has a loop, and I don't know if there's another way mo...
11 years 前 | 0
提问
how to set multiple fields in a struct without using a loop
Hello guys, I have the next problem, I want to make something like this: A={'A1';'A2';'A3'}; them make B=somefunction(B,A)...
11 years 前 | 2 个回答 | 0

