Rank: 1499 based on 58 downloads (last 30 days) and 2 files submitted
photo

Andreas

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Andreas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
18 Mar 2013 Screenshot matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas parallel, parfor, progress monitor 41 3
  • 4.75
4.8 | 4 ratings
18 Mar 2013 Screenshot matlab-ClassInheritanceBrowser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram Author: Andreas biograph, class, class inheritance, development environme..., eclipse, gui 17 0
Comments and Ratings by Andreas View all
Updated File Comments Rating
27 Nov 2012 Example MATLAB class wrapper for a C++ class An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface. Author: Oliver Woodford

code needs some tweaking to compile on non-windows systems. What's the reason for using 'raw_name()' instead of 'name()'. The former is MS specific.

--- orig/class_handle.hpp 2012-11-08 15:34:08.000000000 +0100
+++ new/class_handle.hpp 2012-11-27 16:46:50.831263148 +0100
@@ -4,12 +4,28 @@
#include <stdint.h>
#include <string>

+#if !(defined _WIN32 || defined _WIN64) // needed to compile on linux.
+ #include <string.h>
+ #include <typeinfo>
+ #define raw_name name // it would be better to change the code so that we use 'name()' instead of 'raw_name()'
+#endif
+


--- orig/class_interface_mex.cpp 2012-11-08 16:10:26.000000000 +0100
+++ new/class_interface_mex.cpp 2012-11-27 16:46:47.375263270 +0100
@@ -1,6 +1,10 @@
#include "mex.h"
#include "class_handle.hpp"

+#if !(defined _WIN32 || defined _WIN64) // needed to compile on linux.
+ #include <string.h>
+#endif
+
// The class that we are interfacing to
class dummy
{

13 Mar 2012 Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst

up to date versions of this toolbox can be found on github:

https://github.com/kotowicz/matlab-ClassInheritanceBrowser

Please submit your problems to github too, since I don't check fileexchange too often.

14 Aug 2010 Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst

the latest version (Updated 12 Aug 2010) should also work without the Bioinformatics Toolbox (but won't show the tree diagram). Please post if you get any errors though.

08 Aug 2010 Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst

Comments and Ratings on Andreas' Files View all
Updated File Comment by Comments Rating
09 Apr 2013 matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas Jens

20 Dec 2012 matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas Bart

Thanks for this file, works perfect!

Regards,

Bart

16 Oct 2012 matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas Eduard

FYI, I did the changes to ParforProgress2 myself and it actually works perfectly.

Only pit I fell into was compiling the Java code with JDK 7 instead of JDK 6 first, therefore not beeing compatible to MATLAB R20012a's integrated JRE 6.

15 Oct 2012 matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas Eduard

Hi Andreas,

two questions:

1 - Could you add a possibility to "break" the parfor-loop from within ParforProgress2? I was thinking about something quite simple like polling for the existence of a file at the start of the parfor-loop and just "continue" when it exists. The file could be created by ParforProgress2 as soon as the progress window is closed replacing the current warning message (or even add a cancel-button to it).
Probably you can come up with an even better solution yourself!

2 - It would be nice if the output "execution time was XXXs." would only be displayed if do_debug=1, so bascally no output at all is produced when do_debug=0.

Regards
Eduard

02 Oct 2012 matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas Smith, Matt

Top Tags Applied by Andreas
biograph, class, class inheritance, development environment, eclipse
Files Tagged by Andreas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
18 Mar 2013 Screenshot matlab-ParforProgress2 A Java PARFOR progress monitor for matlab GUI and command line (works with normal for loops) Author: Andreas parallel, parfor, progress monitor 41 3
  • 4.75
4.8 | 4 ratings
18 Mar 2013 Screenshot matlab-ClassInheritanceBrowser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram Author: Andreas biograph, class, class inheritance, development environme..., eclipse, gui 17 0
17 Aug 2010 Screenshot Class Inheritance Browser A tool for managing and organizing classes, with a simple interface and (optional) tree diagram. Author: Clayton Ernst class inheritance, tree diagram, biograph, oop, object, eclipse 18 7
  • 3.66667
3.7 | 3 ratings

Contact us