「MacOSクライアント(OS 10.11)」の版間の差分

ナビゲーションに移動 検索に移動
129行目: 129行目:
**例えば次のコマンドでボード線図が表示されるか確認する.
**例えば次のコマンドでボード線図が表示されるか確認する.
  bode(tf([1],[1 1 1]))
  bode(tf([1],[1 1 1]))
**以下のエラーが出るoctaveが落ちる場合、
**以下のエラーが出て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に以下を追記する。
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")


案内メニュー