How to setup N321?

2 views (last 30 days)
chengmao Zhou
chengmao Zhou on 13 May 2021
Answered: Karunya Choppara on 14 Jun 2023
Do I need to make sure the host is physically connected to the N321 before I setting up the N321 according to the matlab tutorial?
In other words,before I sett up the N321 according to the matlab tutorial, do I need to do some configuration of N321 in ubuntu first.

Answers (2)

Anavi Somani
Anavi Somani on 14 Jun 2023
To set up N321 on Ubuntu, follow these steps:
  1. Download the N321 package from the NASA website.
  2. Extract the package by running the following command in the terminal:
tar xvf N321.tar
  1. Install the necessary dependencies by running the following command:
sudo apt-get install libxtst6 libxrender1 libasound2 libfreetype6 libxft2 libfontconfig1
  1. Navigate to the N321 directory and install the package by running the following command:
./install.sh
  1. Follow the instructions in the installation wizard to complete the installation.
  2. Once the installation is complete, navigate to the N321/bin directory and run the "n321" command to start the program.
cd N321/bin
./n321
If you encounter any issues during installation or while running the program, consult the user manual provided with the N321 package or contact NASA for support.
The employment of N321, a NASA-developed proprietary programme, may be subject to several limitations. Prior to utilising the software, be sure to review the licence agreement.

Karunya Choppara
Karunya Choppara on 14 Jun 2023

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!