Preparation for NP
Preparation List for Numerical Programming
(5) Review MATLAB
Prepare NP Workspace
1. Create a local directory for NP programming
First, find repos
directory. It should be located as follows.
C:\Users\yourID\source\repos
e.g. C:\Users\ykkim\source\repos
You can search for 'repos' in window menu

Then, create the main directory \NP
as
C:\Users\yourID\source\repos\NP
2. Create sub-directories
For this course, create the workspace sub-directory as
..\NP\tutorial
..\NP\include
..\NP\assignment
..\NP_data
e.g.
C:\Users\ykkim\source\repos\NP\tutorial
C:\Users\ykkim\source\repos\NP\include
Last updated
Was this helpful?