MATLAB アップデートの季節です。 去年の年末に plot 関連のまとめ記事 を書きましたが、今回のアップデートで割と plot 関連が多かったので、更新分を別記事として書こうかと思います。 では早速。 しかしデフォルトでは上図のように表示され、一列/一行 ...
% Plots the value function V(y,b) for selected income levels. % Produces a clean white-background, LaTeX-styled figure. plt1 = plot(b_grid, Vmat(low_idx ...