「MacOSクライアント(OS 10.11)」の版間の差分
ナビゲーションに移動
検索に移動
→Gnu Octave関係
129行目: | 129行目: | ||
**例えば次のコマンドでボード線図が表示されるか確認する. | **例えば次のコマンドでボード線図が表示されるか確認する. | ||
bode(tf([1],[1 1 1])) | bode(tf([1],[1 1 1])) | ||
** | **以下のエラーが出てoctaveが落ちる場合、 | ||
warning: could not match any font: *-normal-normal-10 | warning: could not match any font: *-normal-normal-10 | ||
warning: ft_render: unable to load appropriate font | warning: ft_render: unable to load appropriate font | ||
octavercを開き、 | |||
sudo emacs /usr/local/share/octave/site/m/startup/octaverc | sudo emacs /usr/local/share/octave/site/m/startup/octaverc | ||
以下を追記する。 | |||
setenv ("FONTCONFIG_PATH", "/opt/X11/lib/X11/fontconfig") | setenv ("FONTCONFIG_PATH", "/opt/X11/lib/X11/fontconfig") | ||