Cris Luengo - MATLAB Central
photo

Cris Luengo


Last seen: circa un mese fa Attivo dal 2009

Followers: 0   Following: 0

Messaggio

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

Statistica

All
CodyMATLAB AnswersFile ExchangeFrom 12/09 to 04/25Use left and right arrows to move selectionFrom 12/09Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Domande
12 Risposte

File Exchange

9 File

Cody

1 Problema
142 Soluzioni

RANK
1.955
of 297.999

REPUTAZIONE
33

CONTRIBUTI
3 Domande
12 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
14

RANK
1.617 of 20.519

REPUTAZIONE
1.152

VALUTAZIONE MEDIA
4.80

CONTRIBUTI
9 File

DOWNLOAD
38

ALL TIME DOWNLOAD
10777

RANK
1.610
of 160.124

CONTRIBUTI
1 Problema
142 Soluzioni

PUNTEGGIO
1.586

NUMERO DI BADGE
9

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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

Visualizza badge

Feeds

Visto da

Domanda


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

9 mesi fa | 0 risposte | 0

0

risposte

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

oltre un anno fa | 2

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

oltre 6 anni fa | 0

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

quasi 7 anni fa | 1

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

oltre 7 anni fa | 1

| accettato

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

circa 8 anni fa | 1

| accettato

Domanda


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

circa 8 anni fa | 3 risposte | 1

3

risposte

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

circa 8 anni fa | 0

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

oltre 10 anni fa | 2

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

oltre 10 anni fa | 0

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

oltre 10 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 1 risposta | 2

1

risposta

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

circa 14 anni fa | 2

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

circa 14 anni fa | 0

Risposto
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])...

circa 14 anni fa | 2