Andreas Lobinger
NSN Research
Followers: 0 Following: 0
Statistics
RANK
9,567
of 295,467
REPUTATION
2
CONTRIBUTIONS
10 Questions
3 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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 to get details on "Unable to load interface library" in using clib.
Partial solution: one can call ldd via system - within the matlab enviroment. >> system('ldd WI_MatlabInterfaceInterface.so') ...
3 years ago | 0
| accepted
Question
How to get details on "Unable to load interface library" in using clib.
We're building interface modules for a C++ library with clibgen - in different linux setups (server, local PC, cloud). We have a...
3 years ago | 1 answer | 0
1
answerQuestion
How to parse m-files (in matlab)?
We have as part of the tool we develop with matlab an m-file that deals as parameter database. parameter.A = 11; % rick coeffi...
4 years ago | 0 answers | 0
0
answersQuestion
what is the status of wrapToPi ?
a colleague of mine decided to use wrapToPi in our multi-version matlab environment and i got confused on availability. Mathwork...
7 years ago | 1 answer | 0
1
answerQuestion
randperm(n,k) in R2011a
I try to port some new (R2015b) code using randperm(n,k) back to pre-R2011a. And initially i thought i could use r = randperm(...
8 years ago | 1 answer | 0
1
answerQuestion
bug reporting for previews?
I'm testing our software on R2015b preview and get strange behaviour (of the inputname function). Should i post here, or do this...
9 years ago | 1 answer | 1
1
answercommand history, update from R2013a to R2014a
I went through the deactivation, reactivation process and then used the information in <http://www.mathworks.nl/matlabcentral/a...
10 years ago | 0
command history, update from R2013a to R2014a
That means, i go through the process of deactivation and reactivation 2 times again. But if there's no other way to track down, ...
10 years ago | 0
Question
command history, update from R2013a to R2014a
Hi, i updated from a R2013a to a R2014a (windows7). It looks like my preferences were lost along the way (font, paths, etc.)....
10 years ago | 3 answers | 0
3
answersQuestion
matlab R2013a (win7) crashes with sleep/hibernate?
Hello colleagues, i using (not only) a matlab installation on my laptop and quite often this is put to sleep or hibernate. Wi...
11 years ago | 1 answer | 0
1
answerQuestion
why do i get different profile results for profile window and profsave?
I ran a script with profile on. The report e.g. (profile report) shows me my_script, total time 363.245s. I store the result w...
11 years ago | 0 answers | 0
0
answersQuestion
numerical stable triangulation method?
Triangulations of regular polygons (in 2D?) are ambiguos. So for a square ABCD there are two possible triangulations -> ABC ACD ...
12 years ago | 1 answer | 0
1
answerQuestion
the matlab way of preprocessor macros
To make my code more readable i'd like to move some hard coded values like b_index = find(all_user_state == 24); to something l...
12 years ago | 2 answers | 1