Feeds
답변 있음
How to dynamically create symbolic variables?
for i=1:2 for j=1:2 D(i,j)=sym(['D_' num2str(i) num2str(j)]) end end
How to dynamically create symbolic variables?
for i=1:2 for j=1:2 D(i,j)=sym(['D_' num2str(i) num2str(j)]) end end
거의 8년 전 | 0
