This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the final release of SMB that is compatible with CADET2.3.2
figurePlots The internal column states are used to plot chromatogram Column tensor: row-major and column-major issue Sorry for the bugs in figurePlots
- Loading branch information
KimHe
committed
May 23, 2017
1 parent
5753aed
commit 4e3cd84
Showing
20 changed files
with
2,379 additions
and
10,034 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# MATLAB Makefile | ||
|
||
FILE = simulatedMovingBed | ||
|
||
all: run clean | ||
|
||
run: | ||
matlab -nodesktop -nosplash -r "cd ..; installCADET; cd $(FILE); $(FILE) quit" | ||
|
||
clean: | ||
rm *.m~ | ||
@echo "all cleaned up" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.