質問


hi , my result show as following 1.3204e-05 , i need show it as numerical value
hi , my result show as following 1.3204e-05 , i need show it as numerical value

8年弱 前 | 1 件の回答 | 0

1

回答

質問


hi , I've got code shows more than the result because of the Loop . The question now is how do I store the result in array ​​in order to call this values [a] again
n=[4;5;6]; phi=[3;4;5]; s=[2;3;4]; o=3; for nn=1:o for ph=1:o for ss=1:o n(nn) phi(ph) s(ss) a=n(nn)+phi(ph)+s(ss) en...

8年弱 前 | 1 件の回答 | 0

1

回答