Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、オクターブごとにいくつかの機械学習アルゴリズムを実装しており、リモートサーバーで実行しています。hist()などの描画コマンドを入力すると、次のように表示されます。
warning: X11 DISPLAY environment variable not set
環境をローカルX11サービスとして設定することは可能ですか。どうやってするの?ありがとう。
ssh でリモート サーバーに接続し、オプション -X を追加します。
ssh -X remote_server
次に、ssh は X11 転送を有効にします。