Cris Luengo
Followers: 0 Following: 0
http://www.crisluengo.net/ Professional Interests: Image analysis
Statistics
RANK
1 983
of 300 364
REPUTATION
33
CONTRIBUTIONS
3 Questions
12 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
14
RANK
1 615 of 20 934
REPUTATION
1 164
AVERAGE RATING
4.80
CONTRIBUTIONS
9 Files
DOWNLOADS
29
ALL TIME DOWNLOADS
10889
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to modify the static Java path
The instructions here describe how to add JAR files to the bottom of the static Java path. Dynamic entries also are used last. T...
mer än ett år ago | 0 answers | 0
0
answersHow to manually select the libstdc++ library to use to resolve a "version 'GLIBCXX_#.#.##' not found" error?
The official solution to this (notwithstanding a MathWorks staff member suggesting LD_PRELOAD), is to install a version of GCC t...
nästan 2 år ago | 2
Why function gradmag isn´t working for me?
This code, which you have copied from <https://www.crisluengo.net/index.php/archives/217 my blog>, requires DIPimage to run. Get...
mer än 7 år ago | 0
mxCreateSharedDataCopy no longer supported in R2018a
Note that the new C++ interface (introduced in R2018a) has documented ways of creating shared data copies: <https://www.mathw...
mer än 7 år ago | 1
.mex File crashes when executed in rapid succession
pointer[(iField + iSensor * 11) * bufferSize + iElement] should probably be pointer[(iField + iSensor * 11) * nNoEleme...
nästan 8 år ago | 1
| accepted
UTF-8 strings in MEX-files
A solution when using C++11: I found this answer on StackOverflow: http://stackoverflow.com/a/38383389 It turns out C++11 ha...
mer än 8 år ago | 1
| accepted
Question
UTF-8 strings in MEX-files
This question has been asked here before, but not with any satisfying answers. Since all those answers, a new documented functio...
mer än 8 år ago | 3 answers | 1
3
answersDetermine if using HG2
Revisiting this issue. The best method discussed here is using `graphics` version. However, you currently get a warning when ...
mer än 8 år ago | 0
Determine if using HG2
You can simply check the class of the figure handle: function tf = ishg2(fig) tf = isa(h,'matlab.ui.Figure'); or: ...
ungefär 11 år ago | 2
DIPimage initialise
If you downloaded DIPimage from its website, <http://www.diplib.org/>, you would have noticed three things: 1- The installati...
ungefär 11 år ago | 0
DIPimage – What is your experience?
Dear Marco, I am the main developer of DIPimage. Thank you for the nice words. I understand hesitation among people used t...
ungefär 11 år ago | 0
| accepted
Question
Unlocking answers to last Cody problem?
I've written a valid answer to the last Cody problem, but it is not even close to the best answer. I have no idea how they made ...
ungefär 13 år ago | 1 answer | 2
1
answer[DISCONTINUED] Wish-list for MATLAB Answer sections.
I want to be able to down-vote questions and answers. I understand the current "positive reinforcement" philosophy, but sometime...
mer än 14 år ago | 2
Why do I get the same numbers in "randn" function?
All you need to do is read the documentation for the function |randn|: <http://www.mathworks.com/help/techdoc/ref/randn.html> ...
nästan 15 år ago | 0
How to display images with log axes?
This is quite interesting, as it shows how MATLAB operates internally. When you do image('CData', X, 'XData', [0.1 100])...
nästan 15 år ago | 2











