photo

Cris Luengo


Last seen: environ un mois il y a Actif depuis 2009

Followers: 0   Following: 0

Message

http://www.crisluengo.net/ Professional Interests: Image analysis

Statistiques

All
MATLAB Answers

3 Questions
12 Réponses

File Exchange

9 Fichiers

Cody

1 Problème
142 Solutions

Discussions

1 Point fort

RANG
1 998
of 301 671

RÉPUTATION
33

CONTRIBUTIONS
3 Questions
12 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
14

RANG
1 612 of 21 379

RÉPUTATION
1 177

CLASSEMENT MOYEN
4.80

CONTRIBUTIONS
9 Fichiers

TÉLÉCHARGEMENTS
19

ALL TIME TÉLÉCHARGEMENTS
10987

RANG
1 837
of 176 058

CONTRIBUTIONS
1 Problème
142 Solutions

SCORE
1 586

NOMBRE DE BADGES
9

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
1 Point fort

NOMBRE MOYEN DE LIKES
2

  • Knowledgeable Level 1
  • First Answer
  • Cody Challenge Master
  • Quiz Master
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Creator
  • Commenter
  • Promoter

Afficher les badges

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...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How 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...

plus de 2 ans il y a | 2

Réponse apportée
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...

presque 8 ans il y a | 0

Réponse apportée
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...

environ 8 ans il y a | 1

Réponse apportée
.mex File crashes when executed in rapid succession
pointer[(iField + iSensor * 11) * bufferSize + iElement] should probably be pointer[(iField + iSensor * 11) * nNoEleme...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 9 ans il y a | 1

| A accepté

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...

environ 9 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
Determine if using HG2
Revisiting this issue. The best method discussed here is using `graphics` version. However, you currently get a warning when ...

environ 9 ans il y a | 0

Réponse apportée
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: ...

plus de 11 ans il y a | 2

Réponse apportée
DIPimage initialise
If you downloaded DIPimage from its website, <http://www.diplib.org/>, you would have noticed three things: 1- The installati...

plus de 11 ans il y a | 0

Réponse apportée
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...

plus de 11 ans il y a | 0

| A accepté

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 ...

presque 14 ans il y a | 1 réponse | 2

1

réponse

Réponse apportée
[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...

plus de 15 ans il y a | 2

Réponse apportée
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> ...

plus de 15 ans il y a | 0

Réponse apportée
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])...

plus de 15 ans il y a | 2