Personal tools

Difference between revisions of "Junior Research Team"

From hpcwiki

Jump to: navigation, search
(TUTORIALS)
(Bash Script running a C++ program to get visualizations)
Line 7: Line 7:
 
=TUTORIALS=
 
=TUTORIALS=
  
== Bash Script running a C++ program to get visualizations ==
+
==1.  Bash Script running a C++ program to get visualizations ==
 
# Download the [http://ideone.com/ai5VgL C++] Code
 
# Download the [http://ideone.com/ai5VgL C++] Code
 
# Download the [http://ideone.com/wYkVzA Bash] script
 
# Download the [http://ideone.com/wYkVzA Bash] script
 
# Put both files in the same folder
 
# Put both files in the same folder
 
# Compile the C++ code and use "wave" as the program filename
 
# Compile the C++ code and use "wave" as the program filename
# Run the Bash script with the pipe ">" to create a '''csv''' file
+
# Run the Bash script with the pipe ">" to create a '''.csv''' file
 
# Use software like '''Matlab''' or '''Python''' to visualize results
 
# Use software like '''Matlab''' or '''Python''' to visualize results

Revision as of 11:47, 24 February 2017

TOPICS

TUTORIALS

1. Bash Script running a C++ program to get visualizations

  1. Download the C++ Code
  2. Download the Bash script
  3. Put both files in the same folder
  4. Compile the C++ code and use "wave" as the program filename
  5. Run the Bash script with the pipe ">" to create a .csv file
  6. Use software like Matlab or Python to visualize results