List of commits:
Subject Hash Author Date (UTC)
Track fork of matlab-xunit https://github.com/jas-ho/matlab-xunit e2f562df1335935665e575cf6f16bf66def70800 Jason Hoelscher-Obermaier 2017-04-05 08:21:40
Remove submodule matlab_xunit tracking https://github.com/psexton/matlab-xunit 8b06720c836ce14b37470912c5c80c46396f47b1 Jason Hoelscher-Obermaier 2017-04-05 08:08:35
Add option to set order of traces in show_plot.m b0bd094a15506450b85b9bb1e84ea0c898792a92 Jason Hoelscher-Obermaier 2017-04-04 14:53:37
Extend functionality of isafile.m: When called with several strings returns true if all of them are files 40c41991e46ce281edaca0f839f4fd91a6bccacf Jason Hoelscher-Obermaier 2017-04-04 11:36:53
Update module matlab_xunit. 4efe1d940832b017396e09ffdf265c3a4b0c65a7 Jason Hoelscher-Obermaier 2017-04-04 09:26:35
Improve plot-functions in meta_ev by allowing for a default title to be added 3ad8428d800e277d3f2be870dc4e5aab84330dbf Jason Hoelscher-Obermaier 2017-03-31 15:07:45
Add property models and method load_models for storing and loading simulation models in meta_ev.m 2f6d550076544fc277b8c9036d04137341b1f192 Jason Hoelscher-Obermaier 2017-03-31 14:59:36
Add property fig_label to speficy name of exported plots in more reasonably way f11f02cea87070ebc853f8a0730fa1aa53519bbe Jason Hoelscher-Obermaier 2017-03-31 10:04:46
Add method to restrict allowed pulse_gammas to meta_ev.m f14d76691d474e65e0b3edc26b620e89d06ce930 Jason Hoelscher-Obermaier 2017-03-30 14:41:47
Improve layout of opt_pulse_gammas-plots in meta_ev.m 06a41054cf2748331ca7fd7b09003eab37db5db0 Jason Hoelscher-Obermaier 2017-03-30 13:29:09
Plottools: Wrap builtin figure to set default font and font size and provide custom labels command 0e8f3be4d9c92e31db9941fa411d83c1ca095878 Jason Hoelscher-Obermaier 2017-03-30 13:14:11
Add method for plotting optimal pulse width 2675f16902f57c8a862ab2f6f5b51798763edbae Jason Hoelscher-Obermaier 2017-03-30 12:32:31
Circumvent matlab-bug cutting of contour when used with log-scale axes 1a1576df5b2b3e9354e460c96bb00523ae4580dc Jason Hoelscher-Obermaier 2017-03-30 09:10:35
Improve contour-plot-method 0067b9840fb91bd62f485071f38ab0d91c3e8fd6 Jason Hoelscher-Obermaier 2017-03-30 08:45:45
Add method 'trace_out' to meta_ev: returns a meta-object where all evaluations have been traced out f98e8666abc7a85cec77ed076ee6f72fa250f623 Jason Hoelscher-Obermaier 2017-03-30 07:44:42
Add methods for quick export of all figs to meta_ev.m eba909118fe050479c8ff32e3c889f88c95c5837 Jason Hoelscher-Obermaier 2017-03-30 07:36:39
Add reset method to clear previous postprocessing results in meta_ev e299ba7be1625c170da5e1428537228df6c99cf2 Jason Hoelscher-Obermaier 2017-03-30 07:01:19
Add property common_path (deepest directory which is a parentdir to all the evaluations) in meta_ev.m 307d34599088d874a1f1b9ff1e9ea817cbe0bd2c Jason Hoelscher-Obermaier 2017-03-29 10:32:58
Add methods for interpolation of optimal lognegs and pulse-widths to meta_ev.m 3b1aba42eb665a534c6397e7607cd985702a9baa Jason Hoelscher-Obermaier 2017-03-29 10:00:35
Add plot-method to plot logneg versus gamma for quick inspection of all evaluations b2b8160418ccfef2689e89220734ea909d9a7787 Jason Hoelscher-Obermaier 2017-03-29 08:26:31
Commit e2f562df1335935665e575cf6f16bf66def70800 - Track fork of matlab-xunit https://github.com/jas-ho/matlab-xunit
Author: Jason Hoelscher-Obermaier
Author date (UTC): 2017-04-05 08:21
Committer name: Jason Hoelscher-Obermaier
Committer date (UTC): 2017-04-05 08:21
Parent(s): 8b06720c836ce14b37470912c5c80c46396f47b1
Signer:
Signing key:
Signing status: N
Tree: 407ef1e26c80d36eedd3a068be970c213dc6f825
File Lines added Lines deleted
.gitmodules 3 0
misc/matlab-xunit 1 0
File .gitmodules changed (mode: 100644) (index 9e28965..4ab0fc5)
1 1 [submodule "misc/3rdparty/export_fig"] [submodule "misc/3rdparty/export_fig"]
2 2 path = misc/3rdparty/export_fig path = misc/3rdparty/export_fig
3 3 url = https://github.com/altmany/export_fig.git url = https://github.com/altmany/export_fig.git
4 [submodule "misc/matlab-xunit"]
5 path = misc/matlab-xunit
6 url = git@github.com:jas-ho/matlab-xunit.git
File misc/matlab-xunit added (mode: 160000) (index 0000000..2a961d1)
1 Subproject commit 2a961d18573f8290ba21caf913e229b1b57e97f9
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gutc61/Membrane

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gutc61/Membrane

Clone this repository using git:
git clone git://git.rocketgit.com/user/gutc61/Membrane

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main