現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Workaround for boxplots in combination with matlab2tikz(). As reported,
matlab2tikz fails to export boxplots correctly, mostly due to the quite
'special' implementation of boxplot() itself. The error "dimension too
large" will occur when compiling an automatically exported boxplot in
Latex due to a wrong positioning of the X-Tick-Labels. This short code
provides a solution through erasing the old labels and setting new ones
with correct positions.
Execute this before running matlab2tikz()...
引用
M H (2026). Boxplot correction for tikz export (https://jp.mathworks.com/matlabcentral/fileexchange/48462-boxplot-correction-for-tikz-export), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: matlab2tikz/matlab2tikz
