Line 1: Line 1:
 
== Basic Folder Setup and Linux command ==
 
== Basic Folder Setup and Linux command ==
 
+
----
 +
(1) Right click on screen and select “Open Terminal” <br/>
 +
(2) Type “pwd” to see your current directory <br/>
 +
(3) Type “mkdir ECE438” to make a directory called ECE438 <br/>
 +
(4) Type “cd ECE438” to go into newly created directory <br/>
 +
(5) Type “mkdir Lab1” to make a directory called Lab1 <br/>
 +
(6) Type “cd Lab1” to go into directory <br/>
 +
(7) Type “matlab” to start Matlab: your working directory is your current directory <br/>
 +
(8) Reminder: Download all files to your Lab1 folder  <br/>
  
  
 
----
 
----
 
Back to [[ECE438_Lab_Fall_2011|Lab wiki]]
 
Back to [[ECE438_Lab_Fall_2011|Lab wiki]]

Revision as of 07:33, 25 August 2011

Basic Folder Setup and Linux command


(1) Right click on screen and select “Open Terminal”
(2) Type “pwd” to see your current directory
(3) Type “mkdir ECE438” to make a directory called ECE438
(4) Type “cd ECE438” to go into newly created directory
(5) Type “mkdir Lab1” to make a directory called Lab1
(6) Type “cd Lab1” to go into directory
(7) Type “matlab” to start Matlab: your working directory is your current directory
(8) Reminder: Download all files to your Lab1 folder



Back to Lab wiki

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett