MATLABはMathWorks社が開発する数値解析ソフトウェアおよびプログラミング言語である。これから、MATLABを使用して投稿論文あるいは学会発表スライドで使用するような図 (Figure) を作成する方法をまとめる。 2. シンプルなプロット ① データの用意 まず ...
Anyone who has sat down to try and write a story can tell you that the actual writing is the most daunting thing about the writing process. One of the best ways to overcome writer’s block is to plan ...
5. show関数を使いプロットしたグラフを描画する #ライブラリのインポート import matplotlib.pyplot as plt %matplotlib inline # グラフのサイズの指定 plt.figure(figsize=(4,4)) # 引数に指定された値のプロット。引数として、描画する点のx座標, y座標の設定、凡例に表示する ...