Wolfgang Garn
University of Surrey
Followers: 0 Following: 0
Mathematician
Professional Interests: Management Science
Statistics
RANK
20,099
of 295,467
REPUTATION
2
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
843 of 20,234
REPUTATION
2,184
AVERAGE RATING
3.60
CONTRIBUTIONS
5 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
20802
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How do I provide a "string input" via the command line to a jar built with Matlab’s JavaBuilder in Ubuntu using MCR libraries?
There is indeed another way of passing String variables: |\'my-connected-string\'|. One needs to use a backslash and be careful ...
9 years ago | 0
| accepted
Question
How do I provide a "string input" via the command line to a jar built with Matlab’s JavaBuilder in Ubuntu using MCR libraries?
Here a simple Matlab function that takes a String as input. function dispStr(input_string) fprintf('This is my input %...
9 years ago | 1 answer | 0
1
answerHow do I install the MCR in Ubuntu 14 without "killing" Unity?
It is not necessary to register these environment variables in |/etc/environment|, which means that the Unity sidebar will not b...
9 years ago | 1
| accepted
How do I overcome the Java MCR proxy library initialisation error in Ubuntu?
Thanks to Martijn's (Mathworks) prompt response. We have now two solutions that work: # _"Please try running your application...
9 years ago | 0
| accepted
Question
How do I overcome the Java MCR proxy library initialisation error in Ubuntu?
I would like to run a jar, which was built with Matlab's Java Builder on Windows 7 in Ubuntu 14.04 using the MCR libraries. Howe...
9 years ago | 1 answer | 0
1
answerQuestion
How do I install the MCR in Ubuntu 14 without "killing" Unity?
Background: I have created an Ubuntu <https://www.virtualbox.org/ VirtualBox> from <https://bitnami.com/stack/lapp LAPP stack> a...
9 years ago | 1 answer | 0
1
answerQuestion
How can I add a font to Matlab's list of available fonts?
I'd like to add a ttf font (see attachment). axis([0 2 0 2]); h=text(1,1,'Hello chess: K Q R B N','FontName','FigurineSy...
9 years ago | 1 answer | 0
1
answerMATLAB as Java IDE
I have to agree with Titus. However, one could create a very simple IDE. You can add a new shortcut to the quick access toolba...
10 years ago | 0
Submitted
Generate help files from m-files
Help files are generated from m-files.
19 years ago | 1 download |