
Cris Luengo
Followers: 0 Following: 0
http://www.crisluengo.net/ Professional Interests: Image analysis
Estadística
CLASIFICACIÓN
1.959
of 298.219
REPUTACIÓN
33
CONTRIBUCIONES
3 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
14
CLASIFICACIÓN
1.617 of 20.548
REPUTACIÓN
1.152
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
9 Archivos
DESCARGAS
36
ALL TIME DESCARGAS
10784
CLASIFICACIÓN
1.613
of 160.604
CONTRIBUCIONES
1 Problema
142 Soluciones
PUNTUACIÓN
1.586
NÚMERO DE INSIGNIAS
9
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 meses hace | 0 respuestas | 0
0
respuestasHow 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...
más de 1 año hace | 2
Enviada
interpolate_string
Applies string interpolation (also known as variable expansion or variable substitution) in a string.
alrededor de 3 años hace | 1 descarga |
Resuelto
Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...
más de 4 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 4 años hace
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...
más de 6 años hace | 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...
casi 7 años hace | 1
.mex File crashes when executed in rapid succession
pointer[(iField + iSensor * 11) * bufferSize + iElement] should probably be pointer[(iField + iSensor * 11) * nNoEleme...
más de 7 años hace | 1
| aceptada
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...
alrededor de 8 años hace | 1
| aceptada
Pregunta
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...
alrededor de 8 años hace | 3 respuestas | 1
3
respuestasDetermine if using HG2
Revisiting this issue. The best method discussed here is using `graphics` version. However, you currently get a warning when ...
alrededor de 8 años hace | 0
Enviada
boxplot
Elegant box plot with a few customisation features
casi 10 años hace | 3 descargas |

Enviada
svg_fix_viewbox(in_name,varargin)
Make SVG file stretch with containing HTML element
alrededor de 10 años hace | 4 descargas |
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: ...
más de 10 años hace | 2
DIPimage initialise
If you downloaded DIPimage from its website, <http://www.diplib.org/>, you would have noticed three things: 1- The installati...
más de 10 años hace | 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...
más de 10 años hace | 0
| aceptada
Resuelto
Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...
más de 12 años hace
Resuelto
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
más de 12 años hace
Resuelto
radius of a spherical planet
you just measured its surface area, that is the input.
más de 12 años hace
Resuelto
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
más de 12 años hace
Pregunta
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 ...
más de 12 años hace | 1 respuesta | 2
1
respuestaResuelto
Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';
más de 12 años hace
Resuelto
Prime factor digits
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...
más de 12 años hace
Resuelto
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
más de 12 años hace
Resuelto
It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more <http://www.snopes.com/language/apocryph/cambridge.asp here>) asserted that readers are re...
más de 12 años hace
Resuelto
Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...
más de 12 años hace
Resuelto
Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
más de 12 años hace
Resuelto
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
más de 12 años hace
Resuelto
Rotate input square matrix 90 degrees CCW without rot90
Rotate input matrix (which will be square) 90 degrees counter-clockwise without using rot90,flipud,fliplr, or flipdim (or eval)....
más de 12 años hace