Difference between revisions of "User:Carel.vh"
From Chemical Engineering @ UP wiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This page documents the kinetics experiment in the third year labs for | + | This page documents the kinetics experiment in the third year labs for [[CLB 321]]. Links to the guides for the experiments are provided. A file containing Octave code for processing data recorded by Labview Express are provided, along with an example of a text file containing a few data points. |
== PDF files == | == PDF files == | ||
Line 5: | Line 5: | ||
The kinetics CLB321 guide: [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/Reaclabguide2011.pdf Guide] | The kinetics CLB321 guide: [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/Reaclabguide2011.pdf Guide] | ||
− | Instructions for experiments listed on the first page of the kinetics CLB321 guide: [ | + | Instructions for experiments listed on the first page of the kinetics CLB321 guide: [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/Experiment_1-12.pdf' Experiments 1-12] |
== m-file with an example text file == | == m-file with an example text file == | ||
− | The following m-file contains instructions on using the Octave code as comments: [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/convert_to_matrix.m Octave code with instructions] [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/example.txt Example of data] | + | The following m-file contains instructions on using the Octave code as comments (the text file is an example of what the data from Labview Express looks like): [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/convert_to_matrix.m Octave code with instructions] [ftp://ragnarok/publicftp/3rd_year_lab/kinetics_experiment/example.txt Example of data] |
− | + | ||
− | + |
Latest revision as of 19:30, 22 July 2011
This page documents the kinetics experiment in the third year labs for CLB 321. Links to the guides for the experiments are provided. A file containing Octave code for processing data recorded by Labview Express are provided, along with an example of a text file containing a few data points.
PDF files
The kinetics CLB321 guide: Guide
Instructions for experiments listed on the first page of the kinetics CLB321 guide: Experiments 1-12
m-file with an example text file
The following m-file contains instructions on using the Octave code as comments (the text file is an example of what the data from Labview Express looks like): Octave code with instructions Example of data