how can i store all simulation results from gibbs sampling ?
古いコメントを表示
for example : for i=1:3 b=n*ones(3) end the result will be [3 3 3;3 3 3;3 3 3] BUT i want to save the hole result as [1 1 1;1 1 1;1 1 1;2 2 2;2 2 2;2 2 2;3 3 3;3 3 3;3 3 3] How can i do it????
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Powertrain Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!